Re: Question about MySQL

2009-08-10 Thread Joerg Bruehe
Hi all! First of all, please excuse the typo I made in my posting. I had written There may be some merit to this in a specialized setup (NAS systems - I'm not convinced of them, but don't claim expert knowledge about them), and of course meant SAN, not NAS systems. As regards NFS: Peter

Install mysql-workbench bug

2009-08-10 Thread michel
I am installing mysql-workbench- oss-5.1.16. tar.gz on Linux and I hit this bug during ./configure cannot find install-sh or install.sh I checked and the file install-sh is in the directory ... /mysql-workbench- oss-5.1.16. I have also installed a lot of other software in the server without

does ado/myodbc not support blob data insert in vc6?

2009-08-10 Thread linux...@gmail.com
hi,all! ENV: mysql server 5.1, myodbc 5.1.5, vc 6.0, I use ado to operate mysql. I found it can't work to insert a blob data to mysql server. And it is no problem to get the blob data from mysql server. what's the matter? I used the source code of MSDN about AppendChunk and

error 135

2009-08-10 Thread Ron
Hi All, why do i have this error. i have recently setup a mysql cluster, i now have around 60 tables on it. when i create a new one, it gives me this error. ERROR 1005 (HY000): Can't create table './mydb/#sql-3e87_24c9a5d.frm' (errno: 135) any idea? TIA! Regards Ron -- MySQL General

Re: error 135

2009-08-10 Thread Carlos Proal
This might help http://dev.mysql.com/doc/refman/5.0/en/repair.html Carlos On 8/10/2009 11:51 PM, Ron wrote: Hi All, why do i have this error. i have recently setup a mysql cluster, i now have around 60 tables on it. when i create a new one, it gives me this error. ERROR 1005 (HY000):

Re: error 135

2009-08-10 Thread Ron
Hi, Is this the same for ndbcluster engine? Note that error 135 (no more room in record file) and error 136 (no more room in index file) are not errors that can be fixed by a simple repair. In this case, you must use ALTER TABLE to increase the MAX_ROWS and AVG_ROW_LENGTH table option