Home  >  Article  >  Database  >  Linux Mint 13 安装MySQL以及phpMyAdmin_MySQL

Linux Mint 13 安装MySQL以及phpMyAdmin_MySQL

WBOY
WBOYOriginal
2016-05-27 14:12:51941browse

LinuxMint

bitsCN.com

MySQL是Oracle旗下一款免费的数据库。

sudo apt-get install mysql-server mysql-client
sudo apt-get install php5-mysql
sudo apt-get install phpmyadmin

安装过程中选择Apache.

sudo cp /etc/phpmyadmin/apache.conf /etc/apache2/sites-available/phpmyadmin
cd /etc/apache2/sites-enabled/
sudo ln -s ../sites-available/phpmyadmin
sudo /etc/init.d/apache2 restart

打开浏览器,输入http://localhost/phpmyadmin,回车,到此,配置完成。

bitsCN.com
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn