mysql中间件
- mysql主从同步主主同步
-
主从数据完成同步的过程:1)在Slave 服务器上执行sart...
- 2022-05-1741
- mysql安装和配置
-
mysql 安装: sudo apt-get install mysql-server;获取远程访问权限: grant all privileges on *.* to 'root'@'%' identified by '123456' with...
- 2022-05-1735