Re: Is myisam_repair_threads considered safe

2009-09-18 Thread Rob Wultsch
I decided not to use it because of bug 47444 which is a continuation of earlier bugs... http://bugs.mysql.com/bug.php?id=47444 On Thu, Sep 17, 2009 at 4:22 PM, Eric Bergen wrote: > It's been in mysql for at least 7 years. > > > http://ebergen.net/wordpress/2009/04/11/longest-beta-ever-myisamchk-

Re: error in instructions to set mysql root password?

2009-09-18 Thread Bennett Haselton
Is there another, better forum to post this? If even just 10% of new MySQL users are running into this problem, it would save a lot of person-hours around the world to change the instructions that are displayed to new users when starting MySQL for the first time. -Bennett At 12:51 AM

RE: [ERROR] /usr/sbin/mysqld: unknown option '--ndbcluster'

2009-09-18 Thread Gavin Towey
Edit your /etc/my.cnf file and remove the option. Regards, Gavin Towey -Original Message- From: Manoj Burande [mailto:manoj.bura...@artificialmachines.com] Sent: Friday, September 18, 2009 7:17 AM To: mysql@lists.mysql.com Subject: [ERROR] /usr/sbin/mysqld: unknown option '--ndbcluster'

Thread Stack Overrun

2009-09-18 Thread John Daisley
We have a master slave replication setup with 3 slaves running off one master. The master and one slave run on the same physical box running Centos 5 (We use this slave instance for backup purposes only). One of the other slaves is on a seperate Centos 5 box and the final slave is on a windows xp m

[ERROR] /usr/sbin/mysqld: unknown option '--ndbcluster'

2009-09-18 Thread Manoj Burande
Dear All, Can anyone brief me about this error. I am unable to start the mysql so please suggest me work around on how to fix this error. I am installing "mysql Ver 14.14 Distrib 5.1.38, for pc-linux-gnu (i686) using readline 5.1" [ERROR] /usr/sbin/mysqld: unknown option '--ndbcluster' -- M

Re: R: Re: Mysql dynamic database location

2009-09-18 Thread Johan De Meersman
On Fri, Sep 18, 2009 at 12:54 PM, Claudio Nanni wrote: > Nice! > Bit are you sure that database is nowhere in the information schema? > didn't think of that :-) Just checked, and the table in remotedb appears and vanishes in information_schema.tables as you create and remove the symlink. > And/

R: Re: Mysql dynamic database location

2009-09-18 Thread Claudio Nanni
Nice! Bit are you sure that database is nowhere in the information schema? And/or innodb tablespace info Claudio Il giorno 18 set, 2009 11:30 m., "Johan De Meersman" ha scritto: You can do that at runtime no problem, you just need to do OS calls for it. r...@soulcake-duck:/var/lib/mysql# *mysql

RE: Mysql dynamic database location

2009-09-18 Thread Andrew Braithwaite
http://dev.mysql.com/doc/refman/5.1/en/server-options.html#option_mysqld _datadir You can specify the data directory at runtime with the --datadir= option to mysqld (mysqld_safe). Cheers, A -Original Message- From: vegiv...@gmail.com [mailto:vegiv...@gmail.com] On Behalf Of Johan De Mee

Re: Mysql dynamic database location

2009-09-18 Thread Johan De Meersman
You can do that at runtime no problem, you just need to do OS calls for it. r...@soulcake-duck:/var/lib/mysql# *mysqlshow* ++ | Databases | ++ | information_schema | | mysql | ++ r...@soulcake-duck:/var/lib/mysql# *m

Re: Mysql dynamic database location

2009-09-18 Thread Claudio Nanni
As far as I know, you can't, you can do it with symbolic linking but not at run time. So if you have a clue you can (pre)build empty databases using symbolic linking and switching to the right one at run time. Cheers Claudio Nanni 2009/9/18 Manasi Save > Hi All, > > Is it possible to change