无法远程访问 MySQL
摘要:无法远程访问,用户没有授权远程访问 如果仅仅授权 root@localhost,那么远程访问则无法连接,这时需要授权: mysql > GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' IDENTIFIED BY 'password' WITH GRANTOPTIO
阅读全文
posted @
2016-03-28 17:32
火_龙
阅读(210)
推荐(0)
mysql ERROR 126 (HY000): Incorrect key file for table '/tmp/#sql_1d87_0.MYI'; try to repair it
摘要:[root@localhost ~]# df -h 查看是否空间不足在查看mysql数据目录情况mysql> show variables like '%dir%';+-----------------------------------------+------------------------...
阅读全文
posted @
2016-01-11 11:10
火_龙
阅读(2342)
推荐(0)