摘要:
端午假期期间,突然收到报警服务器发送双主mysql服务器进程状态有问题。 检查日志发现这个错误: [ERROR] Slave SQL for channel '': Could not execute Write_rows event on table proxy.image_check_cache 阅读全文
摘要:
创建用户并设置密码create user zorro identified by '123'; 除了本机不能登录,任何一个都可以 (默认%)create user zorro@localhost identified by '123';// 本机zorro用户登录create user zorro@ 阅读全文