Re: Access denied, simple task

2003-07-14 Thread Andreas Reuleaux
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

Re: Access denied, simple task

2003-07-14 Thread Sergei Golubchik
Hi! On Jul 14, Andreas Reuleaux wrote: > 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 .

Re: Access denied, simple task (debian vs. fink)

2003-07-14 Thread Andreas Reuleaux
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

Re: Access denied, simple task

2003-07-14 Thread Veysel Harun Sahin
An idea; Did you try to set user name with ip address of the computer you are running instead of localhost? I think it is worth to try and hope it helps. grant all on myFineDb.* to [EMAIL PROTECTED] identified by "abcpass"; [EMAIL PROTECTED] wrote: What works for me with mysql 3.23.49 of Debia

Access denied, simple task

2003-07-14 Thread Andreas Reuleaux
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