PDA

View Full Version : invalid username and password!! help please


doomser
07-03-2006, 01:04 PM
hi, ive been trying to run my own server for 2 days now.
The error message that i get is that i dont have the correct username and password.

ive tried changing/adding another account in mysqlcc but it doesnt help.

any suggestions would be welcome, or post ur configuration files if you have it working so i can copy paste!!

thanks in advance!!!

soulshot
07-03-2006, 01:17 PM
Are you setting up a minilogin or a public server?

rojadruid
07-03-2006, 04:29 PM
If public have you created a login server acount username and password thru the forums?

doomser
07-03-2006, 09:11 PM
its a minilogin server

swish
07-05-2006, 02:15 AM
I think that in that you have to fill the minilogin_ip with 127.0.0.1 in your mysql account table on your specific account.

Hope it helps.

elation
07-05-2006, 03:10 AM
My understanding of the mini-login (and please correct me if I'm wrong) is that it uses IP information not username/password for login procedures. You can login with any username and as long as you're coming from the IP address specified in MySQL for that account.

In other words, you are authenticated by the computer you are using and its IP address not the username/password.

I had a similar problem but after I searched the forums I found the solution. Good luck.