mysql

来源:互联网 发布:php ext 编辑:程序博客网 时间:2024/05/22 14:09

reference URL: http://wiki.ubuntu.org.cn/MySQL


installation

sudo apt-get install mysql-server


start/stop/restart

sudo start mysql OR sudo /etc/init.d/mysql start

sudo stop mysql


install phpmyadmin

sudo apt-get install phpmyadmin


make the symbol link 

 sudo ln -s /usr/share/phpmyadmin /var/www/phpmyadmin

config the php.ini

add 'extension=mysqli.so


restart the apache2 and mysql




0 0
原创粉丝点击