Re: Slave sincronize

2002-11-20 Thread Gianluca Sordiglioni
Massimo Bandinelli wrote: > > I've problems sincronizing a Slave DB with a Master. > > I've a db created with name "foo-db" from phpmyadmin but the mysql shell doesn't >accept > > > create database foo-db; > > Do you know something about this?? Check your privileges. Use mysql_fix_privilege_t

R: backticks & replication (was: Re: Slave sincronize)

2002-11-20 Thread Massimo Bandinelli
Thanks a lot. -Messaggio originale- Da: Roger Baklund [mailto:[EMAIL PROTECTED]] Inviato: mercoledì 20 novembre 2002 13.59 A: [EMAIL PROTECTED] Cc: Massimo Bandinelli Oggetto: backticks & replication (was: Re: Slave sincronize) * Massimo Bandinelli > * Roger Baklund > &

backticks & replication (was: Re: Slave sincronize)

2002-11-20 Thread Roger Baklund
* Massimo Bandinelli > * Roger Baklund > > * Massimo Bandinelli > > > mysql shell doesn't accept > > > > create database foo-db; > > > > > > Do you know something about this?? > > > > The '-' character makes this name difficult for the mysql parser to > > understand, it could be interpreted as "foo

R: Slave sincronize

2002-11-20 Thread Massimo Bandinelli
ror. -Messaggio originale- Da: Roger Baklund [mailto:[EMAIL PROTECTED]] Inviato: mercoledì 20 novembre 2002 12.02 A: [EMAIL PROTECTED] Cc: Massimo Bandinelli Oggetto: Re: Slave sincronize * Massimo Bandinelli > I've problems sincronizing a Slave DB with a Master. > > I've

Re: Slave sincronize

2002-11-20 Thread Roger Baklund
* Massimo Bandinelli > I've problems sincronizing a Slave DB with a Master. > > I've a db created with name "foo-db" from phpmyadmin but the > mysql shell doesn't accept > > > create database foo-db; > > Do you know something about this?? The '-' character makes this name difficult for the mysql p

Slave sincronize

2002-11-20 Thread Massimo Bandinelli
I've problems sincronizing a Slave DB with a Master. I've a db created with name "foo-db" from phpmyadmin but the mysql shell doesn't accept > create database foo-db; Do you know something about this?? Thanks, Massimo. - Befo