On Mon, Jul 14, 2003 at 03:14:33PM +0200, Sergei Golubchik wrote:
...
> You could've noticed that it tries to access different database. You
> granted access to 'myFineDb', but you weren't able to access 'myfinedb'.
>
> So, it's case sensitivity issue. On Debian everything is ok, of course,
> on M
No success either, thank you anyway.
[mac:~] reuleaux% mysql -u root -p***
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 25 to server version: 3.23.56
Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
mysql> grant all on myFineDb.* to
What works for me with mysql 3.23.49 of Debian GNU/Linux (Woody),
does not any more with mysql 3.23.56 of fink (current-stable,
for fink cf. fink.sf.net) - I am not sure, if this problem is caused
by the mysql version (some security changes between .49 and .56)
or by the fink configuration - I mig