Re: MySQL Replication Script

2003-02-09 Thread Luke Hollins
On Fri, 7 Feb 2003, Odhiambo Washington wrote:
> Problem is simple for me - it just refuses to take my commands
>
> wash@ns2 -> ./mysql_replicate_manager.pl -u root -p MYPASS -i
>
>  MySQL Replication Manager 1.3.3     
>by Matt Simerson
>
> DBI connect('database=mysql:host=localhost:port=3306','root',...) failed: Access 
>denied for user: 'root@localhost' (Using
> password: NO) at ./mysql_replicate_manager.pl line 656
> db connect failed:

  Try -pMYPASS that should fix it.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: MySQL Replication Script

2003-02-07 Thread Frank Tegtmeyer
Odhiambo Washington <[EMAIL PROTECTED]> writes:

> being a perl novice, I am wondering if someone has managed to use
> one nifty script written by Matt Simmerson for mysql replication.

Look at the head of the script (FAQ "What do I add to my ~/.my.cnf
file?"). The -p switch has another function, it does not take the
password although the usage-output does tell you so.

Regards, Frank

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message