MySQL Forums
Forum List  »  Router & Proxy

Re: Problem with rw-splitting
Posted by: Kārlis Dzalbs
Date: November 02, 2007 03:07AM

the same problem - on every second connecection i've got
Enter password:
server default db: test
client default db:
syncronizing
ERROR 1105 (07000) at line 1: can't change DB to on slave 10.0.0.1:3306

on some statements i've got this
ERROR 2013 (HY000): Lost connection to MySQL server during query


resolved unsetting old_passwords
http://bugs.mysql.com/bug.php?id=31574

mysql> set @@old_passwords=OFF;
mysql> SET PASSWORD FOR 'proxytest'@'%' = PASSWORD('proxytest');

Options: ReplyQuote


Subject
Views
Written By
Posted
4005
October 31, 2007 08:26AM
Re: Problem with rw-splitting
3332
November 02, 2007 03:07AM
2803
November 08, 2007 07:56AM
2586
November 10, 2007 03:59AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.