这里是 admin 的密码丢失,id = 1,其他用户以此类推。
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
# mysql MariaDB [(none)]> show databases;
+-------------------...
【mysql】 【Mariadb】 【test】 【database】 【update】 【cto】 【Blog】 …
##我也出了这个错误,看别人的文章解决的
文章原文链接:http://blog.csdn.net/lwei_998/article/details/41210945
在一台主机上增加一个slave,启动的时候报 [ERROR] Slave SQL: Slave failed to
initialize relay log info structure from the repository,
Error_code: 1872
原因:检查my.cnf,原来没指定relay_log,mysql默认产生的relay_log名被该server上的另一个mysql
slave占用了。
【mysql】 【数据库】 【主机】 【Server】 【Blog】 …