RE: Mysql BestPractices

2010-08-15 Thread Kranthi
Hi all, Please send sample mysql best practice document. Thanks & Regards, Kranthi kiran

mysqld freeze at 100% load

2010-08-15 Thread Eli Spizzichino
As soon as mysqld starts it goes 100% cpu. I can stop it, there is no mysql_safe running, and I ran mysqlcheck -A -a -c -o -g --auto-repair -u root -p all is ok, syslog shows nothing important but I can't login to any account with mysql client it just sits there, using php it times out. I

C api query vs. real_query vs. send_query

2010-08-15 Thread Surendra Singhi
Hi, I am doing some work on a nodejs/v8 bindings for libmysqlclient and ran into some questions while working on the asynchronous part of the interface. http://github.com/kreetitech/node-mysql-libmysqlclient The documentation says that: "mysql_query() cannot be used for statements that contain b