auto.cnf file (no replies)
I installed a mysql 5.6 server. and then I checked auto.cnf file and mysql.inventory table. cat auto.cnf [auto] server-uuid=e8a83283-3407-11e4-9b7a-984be1af665e mysql> mysql> select * from...
View Articleabout mysqlfailover (no replies)
Hi, There is mysqlfailover in mysql utility. Is it safe to execute for the production service of mysql replication ? Is there a reference? I need a white paper of it. Please give me information of it....
View Articlenode.js connector for fabric? (no replies)
Hi folks, I am desperately looking for a node.js connector to use mysql fabric. I could not find anything yet online. Please advise how I should proceed. Thanks. Debayan Banerjee
View ArticleHow to shoot Cross-shard queries to MySQL Fabric. (no replies)
Hi I am doing some research on MySQL Fabric now a days. I studied many thinks about MySQL Fabric though, didn't able to find anything about Cross-shard queries. How to proceed if I have some query...
View ArticleXML RPC API Documentation? (no replies)
Hi, I am looking for the latest fabric XML RPC documentation. I am trying to write the nodejs connector for fabric. Please help. Thanks.
View ArticleWhat are the available logging levels in Fabric? (no replies)
I had mysqlfabric crash today (having some connection problems) - I've been running it in a screen - and the log file did not show the shutdown, but the console output did: [INFO] 1435267594.013612 -...
View ArticleCan't connect to Fabric remotely (1 reply)
Testing against a running Fabric: a test python script is able to connect when it's run locally, but not from remote machines.... The fabric.cfg has [protocol.xmlrpc] address = 0.0.0.0:32274 threads =...
View ArticleHelp connecting to Fabric from remote machine... (1 reply)
Testing against a running Fabric: a test python script is able to connect when it's run locally, but not from remote machines.... The fabric.cfg has [protocol.xmlrpc] address = 0.0.0.0:32274 threads =...
View ArticleWebinar: Learn how to add HA and DR to off-the-shelf MySQL operating on-prem...
Join us to learn how VMware Continuent adds HA, DR and real-time data warehouse loading to off-the-shelf MySQL operating on-prem and in VMware vCloud Air public cloud. We introduce vCloud Air basics,...
View Articlemysql-utilities mysqlauditgrep don't work (1 reply)
Hi everyone, On CentOS 6.6, I tried to use mysql-utilities (1.5.4)-mysqlauditgrep to display the audit log entries of specific query types, use the following command: shell> mysqlauditgrep...
View Articlemysqldbcompare and mysqldiff fails to compare two server (no replies)
Hi, When i compare two database, mysqluc stucks in halfway and it shows error as following: Traceback (most recent call last): File...
View Articleconcurrent access mysqlfabric to 200, error: [Errno 104] Connection reset by...
when concurrent access mysqlfabric to 200 . mysqlfabric returns the following error message. ---------------------------------------- Exception happened during processing of request from...
View ArticleConnecting to MySQL Fabric using JDBC in WildFly (no replies)
Hi All , I'm a newer to MySQL Fabric . We planned to use MySQL Fabric to achieve the MySQL High Availability . Our Application server is WildFly/JBoss . But I don't know how to config WildFly/JBoss...
View Article[Debug]FailureDetector log (no replies)
my fabric version is 1.5.3, I find some debug log in /var/log/fabric.log seems like: [DEBUG] 1439186427.280332 - FailureDetector(work1) - Statement (SELECT server_uuid, server_address, mode, status,...
View ArticleCloned mysql server cannot be added to fabric group? (no replies)
For convenience I want to make a virtual machine with mysql installed and clone some to make the fabric group. One VM installs fabric and create group then I am trying to add 2 other VMs into that...
View ArticleMySQL Community Edition - High Availability and Resiliency (no replies)
Our enterprise applications are using MYSQL community edition and Scalebase to support High Availability and Resiliency. As Scalebase is current out of market, We are in need of an effective alternate...
View Articlewhy mysql-utilities sepeate filed to normal and blob,and mysqldbcopy very...
when I mysqldbcopy a table contain 20w rows and one field's type is text. mysqldbcopy will insert the data at first,it's very fast, only use 1 minuteļ¼ After that, It will spent 40 minutes to Update...
View ArticleIn fabric.cfg, is there a way to add multiple addresses to protocol.mysql? (1...
It would be very practical to be able to manage the fabric both from localhost and a specific remote address without opening the management rpc to all internet addresses, but it seems as if the only...
View ArticleShowstopper bug in Python Connector (1 reply)
I filed this bug about 2 months ago & have got no response at all: http://bugs.mysql.com/bug.php?id=77770 I'm wondering: is there no one else who has attempted to use Fabric in production, or...
View Articlehow populate a fabric shard table (no replies)
How I can populate a shard table, created with mysql fabric, with MysQL Workbench?
View Article