Re: hard boot killed replication execution

2004-03-17 Thread Daniel Gibby
s now running again. It will probably have to play catch up for the next three days. Daniel Gibby William Hargrove wrote: Hello there, I've just been searching through the newsgroups around this issue, as I now have the same problem and was wondering if you heard any responce to this. I can&

Re: Wish List of Features

2004-03-16 Thread Daniel Gibby
You already can insert a column before or after another column. ALTER TABLE blah_table ADD COLUMN column_new VARCHAR(25) AFTER column_existing; Don't count on my syntax being perfect, but it is pretty easy to do what you are saying using the MySQL client Daniel Gibby David Griffiths wrot

Re: hard boot killed replication execution

2004-03-16 Thread Daniel Gibby
Does anyone know what this replication Slave_SQL error means? Error initializing relay log position: Could not find target log during relay log initialization How do I specify the target log other than what I'm doing? See below for details. Daniel Gibby wrote: The problem isn't tha

Re: hard boot killed replication execution

2004-03-15 Thread Daniel Gibby
izing relay log position: Could not find target log during relay log initialization Daniel Gibby [EMAIL PROTECTED] wrote: Did you look in the error log for the slave to find out the reason it can not contact the master? Original Message <<<<<<<<<<<<<&

Re: How to get configuration info

2004-03-15 Thread Daniel Gibby
One way is to execute the SHOW VARIABLES command in the mysql client. Then you can see what all the values are set to and figure it out. You could also read the documentation and determine the order that locations are searched for to find my.cnf and figure it out. Daniel Gibby David B Hamby

hard boot killed replication execution

2004-03-15 Thread Daniel Gibby
at does that mean? I can't find documenation on it anywhere. Am I going about recovering this correctly? HELP! Thanks, Daniel Gibby -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]