
mysql
文章平均质量分 70
chhnang2016
这个作者很懒,什么都没留下…
展开
-
mysql 恢复sql文件
mysql -uroot -proot -Dsakila< ./sakila-data.sql翻译 2018-10-26 15:18:13 · 4754 阅读 · 0 评论 -
centos7 源码编译安装mariadb10
原文链接http://blog.51cto.com/lixin752299/2056736或者https://www.cnblogs.com/freeweb/p/5991374.html转载 2018-08-15 13:41:17 · 2694 阅读 · 0 评论 -
mysql 主从复制(mariadb)
1. 主服务器: 192.168.0.1122. 主服务器的my.conf 配置3: 主服务器的 master 状态3.3 主服务器开一个可以复制的账号grant replication slave on 库名.表名 to '从服务器账号'@'从服务器ip' identified '从服务器账号对应的密码';4: 从服务器的地址...原创 2018-08-05 21:56:24 · 244 阅读 · 0 评论 -
yum安装时出现:Cannot retrieve metalink for repository: epel. Please verify its path and try again
转载https://www.cnblogs.com/dadong616/p/5062727.htmlyum安装时出现:Cannot retrieve metalink for repository: epel. Please verify its path and try again在CentOS 6.3 x86_64下安装php-mcrypt的时候出现了问题:Error...原创 2019-06-29 09:55:23 · 7327 阅读 · 2 评论