Add shard to MySQL Fabric Cluster (1 reply)
Hi guys, I have created a MySQL cluster base on this tutorial: https://dev.mysql.com/doc/mysql-utilities/1.5/en/fabric-quick-start-sharding-scenario.html. But when I run command: mysqlfabric sharding...
View ArticleFabric LOG table not pruned (2 replies)
The LOG table in my mysql_fabric schema is growing by half a million rows per day. I have prune_time set to 3600 in both the [statistics] and [failure_tracking] sections of /etc/mysql/fabric.cfg....
View ArticleFabric - Lazy way to fix FAULTY node in DEV environment (no replies)
In a dev environment where the time to simply restore the full database to the slave is shorter than the expected time to investigate the cause, what are the recommended mysqlfabric commands? The...
View ArticleMySQL Fabric - Failover Testing (no replies)
ENVIRONMENT MySQL Enterprise 5.6.34 MySQL Utilities 1.5.6 MySQL Python Connector 2.1.0 I am testing high availability for MySQL and have created a 3 node replication group server1(master), server2...
View ArticleMySQLDBCompare for two tables (1 reply)
mysqldbcompare --server1=root:root@d m!n1@192.168.11.148:3306 --server2=root:rootc0n@dm!n1@192.168.11.148:3307 db1.accident_member:db2.accident_member --run-all-tests - -skip-checksum-table...
View Articlemysqldbcompare ERROR: Comparing the same object on the same server (2 replies)
Dear All, I get the following error while running the mysqldbcompare, your help will be greatly appreciated: mysqldbcompare --server1=username:password@127.0.0.1 --server2=root:password@testdq01...
View ArticleMySQLDUMP issue with backslash or special characters (4 replies)
Code: use test; CREATE TABLE Test_user(Username VARCHAR(15),path VARCHAR(100)); INSERT INTO Test_user VALUES('new1','C:\newfolder\one.xlsx'); INSERT INTO Test_user...
View Articledatabase is overwritten (1 reply)
Hello A mysql database is overwritten ;so is that there a method to retrieve it via mysql-bin.000001 or other files Thanks
View Articlemysqlfailover and redundancy (2 replies)
Hi, We're looking at using msyqlfailover to automatically detect issues with our current master and deal with the subsequent failover operations for us. One thing I haven't been able to find is a way...
View ArticleHow to extract SQL from binlog (1 reply)
Hi, I'm trying to extract SQL statements in one of my bin-log files using the mysqlbinlog utility but I'm getting output that is not readable. Is this the correct command to extract SQL? mysqlbinlog...
View Articlemysqldbreport not showing differences (9 replies)
i have installed the packages and ran the tool. i am not seeing differences but i know there are differences: here is some details: $ cat /etc/redhat-release CentOS release 6.9 (Final) $ rpm -qa...
View ArticleMysql Router service down on its own (no replies)
MySQL Router down on its own . I can see below error in log files . 2017-06-21 10:27:18 INFO [7f94ed050700] [routing:read_write] 1 connection errors for <host-ip> (max 100) 2017-06-21 10:28:23...
View ArticleHow to use Shell to find out MySQL port number? (no replies)
Hi, I just installed the shell utitlities tool. Googled to find out how to use the command line but to no avail. Can someone direct me to a quick tutorial. Basically, I want to find out about the port...
View ArticleDoes mysqlrplsync support the JSON column type? (1 reply)
Hi, Recently we started using the new JSON column type in some of our databases running MySQL 5.7.18 (Community edition). When we started adding the columns, mysqlrplsync (version 1.6.5) started...
View ArticleSingle Table Dump Extraction From A Combined Dump (no replies)
Post from: Sonika (Sr. DBA) Introduction- The Issue ----------------------- A MySQL DBA has at least once run into a situation where a 'key' small-sized table needs to be restored, MySQL_database and...
View ArticleHow to Capture Deadlocks in MySQL Instance (no replies)
The deadlocks can be rightly called the “show stoppers” for the production environments where the application transactions can get errors without any details being logged in the database systems. For...
View Articlemysqlfailover utility- a single point of failover ? (no replies)
Is there any approach for making mysqlfailover utility not a single point of failure but from my understanding it is. if the server on which mysqlfailover utility is installed crashes, then what would...
View Articlemysqldbcopy and ssl (no replies)
I'm trying to copy a database from a no-ssl enabled server to an ssl-enabled server. The command used : mysqldbcopy.exe --ssl=1 --source=DB-OLD --destination=DB-NEW db:db Response : # Source on...
View ArticleMySQL Chemical Structure Cartridge (no replies)
What are the options to handle chemical data within MySQL database? Many thanks Bel
View ArticleLogin-path configuration on mysql-utilities (no replies)
Hello, I try to use mysql-utilities (1.6.1-2) with login-path from my Ubuntu desktop (4.13.0-45-generic #50~16.04.1-Ubuntu SMP) to MySQL server 5.7.22 on Ubuntu server 16.04 (4.4.0-116-generic...
View ArticleDIsable root password reset (1 reply)
Hi to all, i'd like to know if it's possible to block and prevent the reset of root password of my mysql database, in order to increase security and avoid that someone can log to my database with root...
View ArticleHow to compare only one table using mysqldbcompare (no replies)
Hi, How to compare only one table (or few tables) using mysqldbcompare ? Is there any option or argument in mysqldbcompare utility ? -Satya
View ArticleMySQL fabric(1.5.5) with connector J (no replies)
I am a newbie in MySQL Fabrics and trying to create the HA clusters for own understanding. I have downloaded the MySQL-Utilities 1.5.5 and python 27 to run fabrics. Below command used : shell >...
View ArticleSuggestions on profiling tool (no replies)
I'm have recently migrated MS SQL database to MySQL. And in MS SQL stored procedure completes in 80 ms, but in MySQL it took around 800 ms. Would be helpful to know about tool to profile statement...
View ArticleCreating a .mylogin.cnf file (no replies)
Hi, I am new to MySQL (mysql 8.0.17, macOS 10.14), hopefully this is the right place for my question... Wanted to create login-path to use with the mysql command line client. So normally I start with...
View Articlemysqlfrm and partitioned tables - does it work? (no replies)
I need to restore a partitioned table (MySQL 5.5) from an old, partial backup, which was made with a tool called innobackupex. The table definition has changed over time, so I have to extract the...
View ArticleERROR: Comparing the same object on the same server. (no replies)
Hi I’m experiencing the below issue when I run mysqldbcompare on a master/slave configuration. ERROR: Comparing the same object on the same server. I’m running the below: mysqldbcompare...
View Articlemysql pacemaker not starting (no replies)
Hello All We have 2 node with mysql cluster and we are not able to start pacemaker on one of the node. We are getting error "waiting for quorum... timed-out waiting for cluster" Following are package...
View Articlemysqlrplsync thorws python error (1 reply)
Currently we are using mysql 5.7 in Centos 6 with mysql-connector-python-commercial-2.1.7-1.1.el6.x86_64, mysql-utilities-commercial-1.5.3-1.el6.noarch [root@space-0319022020000019 ~]# python...
View Article