Heim > Datenbank > MySQL-Tutorial > Linux下phpMyAdmin使用教程

Linux下phpMyAdmin使用教程

WBOY
Freigeben: 2016-06-07 17:29:14
Original
1292 Leute haben es durchsucht

在LAMP环境搭建好之后,我们来看看Linux下phpMyAdmin的安装使用教程吧。只需下面几步就可轻松搞定。

在LAMP环境搭建好之后,我们来看看Linux下phpMyAdmin的安装使用教程吧。只需下面几步就可轻松搞定。

相关阅读:LAMP源码环境搭建WEB服务器Linux+Apache+MySQL+PHP

首先启动服务

[root@lly ~]# service httpd start

[root@lly ~]# service mysqld start

[root@lly ~]# unzip phpMyAdmin-3.5.8-all-languages.zip  解压

[root@lly ~]# mv phpMyAdmin-3.5.8-all-languages  /usr/local/apache/htdocs/phpmyadmin

[root@lly ~]#cd  /usr/local/apache/htdocs/phpmyadmin

[root@lly phpmyadmin]# cp -p config.sample.inc.php config.inc.php  拷贝样例文件生成配置文件

然后 浏览器输入

输入帐号root密码123登录

接下来只需要用鼠标就可以完成数据库相关的操作了,你懂的。

linux

Verwandte Etiketten:
Quelle:php.cn
Erklärung dieser Website
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn
Beliebte Tutorials
Mehr>
Neueste Downloads
Mehr>
Web-Effekte
Quellcode der Website
Website-Materialien
Frontend-Vorlage