Ashraf Sharif
- Total activity 325
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 120
Comments
Recent activity by Ashraf Sharif Sort by recent activity-
Hi John, Garbd also requires UDP as explained in Galera documentation:"For Galera Cluster replication traffic, multicast replication uses both UDP transport and TCP on port 4567." So the answer to ...
-
Hi Michael, I couldn't replicate the problem with the same setup. According to the innobackup.backup.log provided, you might encounter the same issue as described in this thread: https://www.percon...
-
This is written out by the Galera nodes if they have trouble pinging each other: [Warning] WSREP: last inactive check more than PT1.5S ago (PT3.03891S), skipping check Usually its an indication of ...
-
Hi Jason, You could try this: mysql -u root -p db_old --max_allowed_packet=1024M < dblatest.sql The command will increase the maximum packet size to 1G. Ensure you have sufficient memory beforehan...
-
Hi Steve, What did exactly you do to modify the root user password on ClusterControl server? Can you describe the steps here? We have a tool to change MySQL root password for MySQL host that Cluste...
-
Hi, Could you show us the SHOW CREATE TABLE statement for that table? Did Galera nodes are in 'synced' state during that time? Regards, Ashraf
-
Hi, As stated there, this is a limitation in Galera cluster and you can't rely on sequential auto-increment value, details on this explained in this post: http://codership.blogspot.com/2009/02/mana...
-
Hi, Following example shows on how to add new database/master connection to existing multi-source replication: 1. To change the GTID positioning, you have to stop all slaves: MariaDB> STOP ALL SLAV...
-
Hi Dinesh, I couldn't reproduce the problem with the latest version: clustercontrol-controller-1.2.10-822.x86_64clustercontrol-cmonapi-1.2.10-99.x86_64clustercontrol-1.2.10-518.x86_64 Here is my cm...
-
Hi Dinesh, It clearly says:ERROR 1045 (28000) at line 1: Access denied for user 'cmon'@'localhost' (using password: YES) Can you try with this command on 146? mysql -ucmon -p -hlocalhost Also plea...