mysql database
文章平均质量分 50
Ora-onway
Follow your dreams and transform your life----Walking on the way oracle.
展开
-
mysql从库迁移
公司的mysql从库出现故障,在国庆假期,两次出现ssh无法登陆主机,而数据库3306端口可以正常访问数据库。接显示器到主机,显示器无任何信息。通过了IBM工程师的检测,说是主机硬件(主板出现问题),然后在更换主板之后,该问题任然没有解决。该从库需要迁移到一台新的服务器上。 各方面的限制因素:在从库上会有一个类似报表的应用在跑,需要最短的停机时间;涉及原创 2013-11-16 19:35:20 · 2351 阅读 · 0 评论 -
源码安装mysql5.5出现Could NOT find Curses (missing CURSES_LIBRARY
cmake . \-DCMAKE_INSTALL_PREFIX=/opt/mysql \-DMYSQL_USER=mysql \-DWITH_INNOBASE_STORAGE_ENGINE=1 \-DDEFAULT_CHARSET=utf8 \-DDEFAULT_COLLATION=utf8_general_ci \-LH 执行cmake出现Could NOT find Cu原创 2013-11-07 09:50:18 · 2613 阅读 · 0 评论 -
BUG:mysql 5.6 Invalid use of GRANT/REVOKE command breaks replication
bug描述:当使用revoke,grant命令收回,授予权限出错时(语法错误除外),会导致主从同步异常终止。如:mysql> revoke select on *.* from aaa;ERROR 1141 (42000): There is no such grant defined for user 'aaa' on host '%' 该用户没有该权限却执行了回收该权限原创 2015-01-09 14:37:19 · 1441 阅读 · 0 评论 -
mysql 主从配置uuid相同错误解决
配置mysql主从时,由于是拷贝的mysql目录,导致主从mysql uuid相同, Slave_IO无法启动,报错信息如下:The slave I/O thread stops because master and slave have equal MySQL server UUIDs; these UUIDs must be different for replication to wor原创 2014-12-25 14:47:42 · 3387 阅读 · 0 评论