一个守望数据库的老菜鸟
发布时间:2016-10-12 11:41:21
博客文章除注明转载外,均为原创。转载请注明出处。本文链接地址:http://blog.chinaunix.net/uid-31396856-id-5753206.html本文讨论使用sql_slave_skip_counter 来使sql 线程跳过遇到错误的event记录案例如下:数据库数据无法同步,检查同步状态MariaDB [(none)]> show slave status\G*************************** .........【阅读全文】
发布时间:2016-10-11 09:51:37
博客文章除注明转载外,均为原创。转载请注明出处。本文链接地址:http://blog.chinaunix.net/blog/post/id/5753131.html1、创建测试表root@localhost [dbwatcher]> create table float_table01(fund float(7,4));Query OK, 0 rows affected (0.06 sec)root@localhost [dbwatcher]> show tables;+------------------.........【阅读全文】
发布时间:2016-10-09 11:20:19
博客文章除注明转载外,均为原创。转载请注明出处。本文链接地址:http://blog.chinaunix.net/uid-31396856-id-5752985.html1、相关表信息:+------------------------+----------------+-----------+------------+------------+| Table Name | Number of Rows | Data Size.........【阅读全文】
发布时间:2016-09-27 14:43:22
转载请注明出处。本文链接地址:http://blog.chinaunix.net/uid-31396856-id-5752468.html近来有朋友在数据库上进行expdp 碰到错误如下:Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit ProductionWith the Partitioning, OLAP, Data Mining and Real Application Testing options.........【阅读全文】