Gossamer Forum
Home : Products : Others : MySQLMan :

Unable to login?

Quote Reply
Unable to login?
I have installed MysqlMan and have been unable to login,
and have used the phpMyAdmin with no problems logging in to
the database. I believe all is needed is to add my database name, but I have logged into MySql by telnet and able to get in with not entering my database name. Can anyone help me get going in the right direction here.
Thanks, Charlie....

Quote Reply
Re: Unable to login? In reply to
Try the following settings in the mysql.cfg file:

Code:

demo_mode => 0,
demo_host => '',
demo_user => 'EnterUser',
demo_pass => 'EnterPass',
demo_db => '',


Basically remove the settings for demo_db and demo_host.

Also, when you come to login screen, try the following:

Code:
Host: Nothing
Username: YourUserName
Password: YourPassword
Regards,

Eliot Lee
Quote Reply
Still No Luck In reply to
Eliot,
Well I tried what ya said,
with no luck. Anymore ideas?
Charlie

Quote Reply
Re: Still No Luck In reply to
Nope...good luck!

Regards,

Eliot Lee