testjetco
- Total activity 49
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 11
Comments
Recent activity by testjetco Sort by recent activity-
I dropped the table, table_1, on node 1. Create the same table again. This time less records, 159MB, with 1036245 records. After deleting all the records with the following statement on node 1: ...
-
Is it a bug? Anyone may help?
-
More details... 3-node cluster. Last night, I inserted 1G data in table_1 on node 1. Data sync to other two nodes instantaneously. Then I deleted all the data in table_1 by the following command ...
-
I have around 1G data in the table concerned.
-
I got the solution. iptable blocks the port 4567 traffic. I added the following entries into /etc/sysconfig/iptables and made it work: -A INPUT -m state --state NEW -m tcp -p tcp --dport ...
-
For example, after I installed the package, MariaDB-10.3.10-centos73-x86_64-backup.rpm,... # yum install MariaDB-backup I found there is a new function, 'mariabackup' How about others? jemal...
-
You are correct. I have performed a test yesterday. When two nodes were gracefully shut down, the one single node could operate normally (Primary status). When one node failed, the two remaining n...