[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: mysql admin user problem



Actually this is a very common problem.  Either mysql doesn't know about a
user called "debian-sys-maint" or it doesn't have localhost permission.
Mysql has it's own user db independant of the system.  You'll need to go
into mysql command prompt as root and do a GRANT to create debian-sys-maint
and give it whatever access you want it to have.  These permissions are host
specific so user@'anywhere' is not the same as user@localhost, blame the
regex.  If you already fiddled around with this and it still doesn't work
then destroy any references to the user with some REVOKE's or manually beat
the db entry and start over.  This prob is actually well documented in the
MySQL html manual.


At 09:42 AM 7/01/03 +0200, dominik.schulz@gauner.org wrote:
>> Tcp port: 0  Unix socket: /var/run/mysqld/mysqld.sock
>> Time                 Id Command    Argument
>> 030630 16:59:47       1 Connect     Access denied for user:
>> 'debian-sys-maint@localhost' (Using password: YES)




--
REMEMBER THE WORLD TRADE CENTER         ---=< WTC 911 >=--
"...ne cede males"

00000100



Reply to: