ArchLinux之LMAP攻略(5、安装phpMyadmin)

2009年11月23日 ArchLinux, Linux 暂无评论

补充一个phpMyadmin

[root@fantlam fantlam]# tar -xzvf phpMyAdmin-3.2.3-all-languages.tar.gz
[root@fantlam phpMyAdmin-3.2.3-all-languages]# cp libraries/config.default.php config.inc.php

[root@fantlam phpMyAdmin-3.2.3-all-languages]# vi config.inc.php(需要配置数据库登陆密码,我这里没有配置,但我可以正常登陆)

进入Apache目录

[root@fantlam htdocs]# cp -R /fantlam/phpMyAdmin-3.2.3-all-languages/ .
[root@fantlam htdocs]# mv phpMyAdmin-3.2.3-all-languages/ phpMyadmin

[root@fantlam htdocs]# ls
bbs  phpMyadmin  readme  utilities

启动Apache
[root@fantlam /]# /usr/local/www/bin/apachectl start

启动mysql
[root@fantlam htdocs]# /usr/local/mysql/bin/mysqld_safe --user=mysql &

现在可以成功访问了,输入mysql的数据库用户名和密码就可以进入了

我的用户名在前面已经设置了

ArchLinux之LMAP攻略(5、安装phpMyadmin)

ArchLinux之LMAP攻略(5、安装phpMyadmin)

古老的浏览器 浏览效果不是很好 也有几个警告信息 不过现在只是安装 具体操作不涉及
此文对 ArchLinux之LMAP攻略 做个补充

给我留言