转载
文章平均质量分 85
pigercc
if others can,why i cannot
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
How to Install MySQL on CentOS 7
MySQL is a popular database management system used for web and server applications. However, MySQL is no longer in CentOS’s repositories and MariaDB has become the default database system offered. Mari转载 2016-06-22 22:54:55 · 705 阅读 · 0 评论 -
Host is not allowed to connect to this MySQL server
转自 http://chen3888015.blog.51cto.com/2693016/986841mysql> update user set host = '%' where user = 'root';ERROR 1062 (23000): Duplicate entry '%-root' for key 1mysql> select host,user from us转载 2016-06-22 23:10:37 · 485 阅读 · 0 评论
分享