Mysql –master linux-slave 一.My.ini: Server-id=1 relay-log=relay-bin relay-log-index=relay-bin-index binlog-do-db = studyyii 重启服务器 登陆mysql Mysql –u root –p 在主数据库建立slave连接的权限: mysql> grant replication slave,reload,super on *.* to 'root'@'172.31.80.31'
一.数据库配置文件 数据库配置文件是很一个很强大的功能,这是数据库管理员经常需要关注的配置文件. my.ini #这是在windows下的配置文件名称. my.conf #这是在linux下的配置文件名称. my.ini原文件代码: # For advice on how to change settings please see # http://dev.mysql.com/doc/refman/5.6/en/server-configuration-defaults.html # ***
Windows mysql提示:1045 access denied for user 'root'@'localhost' using password yes http://blog.csdn.net/japanstudylang/article/details/8024443 关闭mysql服务 net stop mysql 在任务管理器里结束mysql进程 到WINDOWS的命令行了(‘DOS’ 下),切换到你的MySQL bin目录下. 比如我的是 C:\Program Files\M
更改了mysql的配置文件之后,启动不了mysql服务 mysql数据库error: Found option without preceding group in config file 问题解决 error: Found option without preceding group in config file: D:\mysql-5.7.17-win32\my.ini at line: 1 Fatal error in defaults handling. Program aborted