RE: MySQL support for AMD64

2004-12-01 Thread Steve Poirier
I would recommend Raid 10 over Raid 5 even if it's kinda a big hit on your storage cabality. http://www.experts-exchange.com/Storage/Q_20640972.html I'm successfully running a Master/Slave setup with the following machines: Quad Opteron 64 / 32G RAM Dual Opteron 64 / 16G RAM Using gentoo

RE: mysqldump

2004-11-02 Thread Steve Poirier
/path/to/dump/$table fi done _ Steve Poirier -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

RE: mysqldump

2004-11-02 Thread Steve Poirier
echo $table mysqldump $database $table $dump_path$table done # end script ~~ end copy/paste ~~ You may need to twea the TABLES= command if you're using a password. Same for mysqldump if you want to put more options such as --opt _ Steve Poirier

RE: Master/Master failover setup question

2004-10-12 Thread Steve Poirier
master back online and the failover system goes stand by again. Not really beautiful, but does work. _ Steve Poirier -Original Message- From: Atle Veka [mailto:[EMAIL PROTECTED] Sent: October 11, 2004 8:13 PM To: [EMAIL PROTECTED] Subject: Master/Master

RE: MySQL with Intel Compiler

2004-08-24 Thread Steve Poirier
Can't change to run as user 'mysql' ; Please check that the user exists! man useradd _ Steve Poirier -Original Message- From: Santhanam [mailto:[EMAIL PROTECTED] Sent: August 24, 2004 8:02 AM To: [EMAIL PROTECTED] Subject: MySQL with Intel Compiler

RE: MySQL with Intel Compiler

2004-08-24 Thread Steve Poirier
doesn't have write-access to its home directory. 4. The 'mysql' user doesn't have the necessary access privileges to /path/to/mysql and all of its sub-directories. source http://www.talkaboutprogramming.com/group/comp.lang.java.databases/messages/ 57463.html _ Steve

RE: Which ports

2004-08-16 Thread Steve Poirier
This has to be the top lazy question of the year. Do you know google.com or mysql.com ? Like google.com: Mysql port _ Steve Poirier -Original Message- From: Darryl Hoar [mailto:[EMAIL PROTECTED] Sent: August 16, 2004 1:02 PM To: [EMAIL PROTECTED

RE: Bash Shell issue with the mysqldump's password.....

2004-08-06 Thread Steve Poirier
This line should do it (no space after -p) Prefix_Production_CmdLine=$MySQLdump_FilePath -u ${UserId} -pmy_password $DB_Production _ Steve Poirier -Original Message- From: Scott Fletcher [mailto:[EMAIL PROTECTED] Sent: August 6, 2004 1:24 PM To: [EMAIL

RE: ERROR 1030 (HY000): Got error 127 from storage engine

2004-08-06 Thread Steve Poirier
Did you try to repair it again and use myisamchk -r table.MYI Did you check your .err file (log) _ Steve Poirier -Original Message- From: Haitao Jiang [mailto:[EMAIL PROTECTED] Sent: August 6, 2004 1:21 PM To: [EMAIL PROTECTED] Subject: ERROR 1030