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
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
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 '
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'@
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
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