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
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
> &
* 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
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
* 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
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