赞
踩
1、安装mysql-sever
sudo apt-get install mysql-server
mysql>grant all privileges on *.* to 'root'@'%' identified by 'mysql' with grant option;
mysql:密码
3、配置mysql可被用什么地址来连接
sudo vi /etc/mysql/my.cnf
bind-address=127.0.0.1
其中的“127.0.0.1”是你的ip,只有用这个ip才能连接到你的mysql-server
参考链接:http://wiki.ubuntu.org.cn/MySQL%E5%AE%89%E8%A3%85%E6%8C%87%E5%8D%97
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。