MySQL Database Login problem
Page http://localhost:10000/mysql/ just started giving these
errors, this thing has been working for a almost a year without
any problems and it just started giving me this error: (see below)
nothing on this server has changed. I've searched the forums on
the webmin.com site and noticed a couple of other instances of
this problem I've tried everything with this file. recreating it,
setting it up again, differnt usernames / passwords.
also mysql runs fine, I can do everything from the command line
_____error
Webmin needs to know your MySQL administration login and
password in order to manage your database. Please enter your
administration username (usually root) and password below.
_____end
____here is my webmin generated config file.
start_cmd=/etc/init.d/mysql start
access=*: *
mysqlimport=/usr/bin/mysqlimport
style=0
date_subs=0
perpage=25
stop_cmd=/etc/init.d/mysql stop
mysqlshow=/usr/bin/mysqlshow
mysql=/usr/bin/mysql
mysqldump=/usr/bin/mysqldump
nodbi=0
add_mode=0
mysql_libs=
blob_mode=0
mysqladmin=/usr/bin/mysqladmin
port=
host=
login=root
sock=
Logged In: YES
user_id=129364
I would suggest logging into mysql normally and checking the
your 'users' table. Often this kind of problem is caused by
an 'anonymous' user, which should normally be deleted ..
Logged In: YES
user_id=963163
I checked, that is not it???
Logged In: YES
user_id=129364
Another thing to try - click on Module Config and change the
'Use DBI to connect' option to 'No'.
Logged In: NO
That didn't work either.