摘要: 在一些配置中会要求登录mysql授权的时候注意ip地址是ip地址,localhost是localhost,在grant授权时,如果用localhost,就必须在所登录的配置文件中使用localhost,而不能用相应的ip替代,这样肯定连不上mysql。不然就在grant时候直接用ip就行,当然配置文... 阅读全文
posted @ 2015-08-14 19:56 juandx 阅读(290) 评论(0) 推荐(0)
摘要: Centos 7 comes with MariaDB instead of MySQL. MariaDb is a open source equivalent to MySQL and can be installed withyum -y install mariadb-server mari... 阅读全文
posted @ 2015-08-14 18:51 juandx 阅读(2329) 评论(0) 推荐(0)