blob: 39b2f480805000e56ee7ea08304976db7d48fefb (
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
|
<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>
</br>
</br>
Please be carefull, phpMyAdmin is a powerful tool and can easily mess with your settings.
</body>
</html>
|