Home > Database > Mysql Tutorial > body text

Linux Mint 13 安装 MySQL 以及 phpMyAdmin_MySQL

WBOY
Release: 2016-05-27 14:12:34
Original
1224 people have browsed it

LinuxMint

bitsCN.com

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

sudo apt-get install mysql-server mysql-client
Copy after login
sudo apt-get install php5-mysql
Copy after login
sudo apt-get install phpmyadmin
Copy after login

安装过程中选择Apache.

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

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

bitsCN.com
Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!