summaryrefslogtreecommitdiffstats
path: root/abs/mv-core/local-website/contents/error/phpadmin.html
blob: dbdd4d372b49c34f7d0ffa47888ef3651f417e07 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<html>
<head>
<style type="text/css">@import "/frame.css";</style>
</head>

<body>
phpMyAdmin is a tool written in PHP intended to handle the administration of MySQL over the Web. 
</br>
Currently it's not installed,but if you wish to install phpmyadmin, type the following at a command prompt
</br>
</br>

pacman -S phpmyadmin

</br>
</br>
PHP must be enabled for phpMyAdmin.
</br>
The easiest way to enable php is to enable Mythweb under the advanced settings for MythVantage.
</br>
</br>
</br>

Please be carefull, phpMyAdmin is a powerful tool and can easily mess with your settings.
		

</body>
</html>