摘要:
1、本地连接修改参数。 a) mysql -h localhost -u root -p,mysql的默认端口为3306,如有修改得话请再加上参数“-P 3306”。 查看mysql端口的命令: mysql> show variables like 'port'; b) 出现以下错误 ERROR 1130 (HY000): Host 'UBUNTU' is not allowed to connect to this MySQL server >use mysql;>GRANT ALL ON *.* to root@'%' ID 阅读全文
posted @ 2013-12-04 09:52
土豆饼
阅读(262)
评论(0)
推荐(0)
浙公网安备 33010602011771号