Re: slave replication fails, cannot create user

2007-05-04 Thread Baron Schwartz
Ofer Inbar wrote: Baron Schwartz <[EMAIL PROTECTED]> wrote: What version of MySQL are you running on each machine? Sorry, I should've included this information. Both of them are running 5.0.24, installed from exactly the same .rpm file. I wanted to avoid any issues related to different MySQL

Re: slave replication fails, cannot create user

2007-05-04 Thread Ofer Inbar
Baron Schwartz <[EMAIL PROTECTED]> wrote: > What version of MySQL are you running on each machine? Sorry, I should've included this information. Both of them are running 5.0.24, installed from exactly the same .rpm file. I wanted to avoid any issues related to different MySQL versions during thi

Re: slave replication fails, cannot create user

2007-05-04 Thread Baron Schwartz
tion server. I set up a replication slave, tested it, and everything was fine. Then I stopped it, reset slave, and used it for something else. Now I want to make it a slave again, but it stops partway through catching up on the binary logs, with this error: Operation CREATE USER failed for '

slave replication fails, cannot create user

2007-05-04 Thread Ofer Inbar
p a replication slave, tested it, and everything was fine. Then I stopped it, reset slave, and used it for something else. Now I want to make it a slave again, but it stops partway through catching up on the binary logs, with this error: Operation CREATE USER failed for 'replication'@

Re: Create User

2002-03-05 Thread DL Neil
Josiah, > What is the command prompt to create a user in mysql? GRANT privileges ... TO user_name IDENTIFIED BY 'password' Manual: 4.3.1 GRANT and REVOKE Syntax Regards, =dn - Before posting, please check: http://www.mysq

Create User

2002-03-05 Thread Josiah Wallingford
What is the command prompt to create a user in mysql? Thank you, Josiah Wallingford - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To