• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

TFS 2.9 Issue Please Help Me!

void

New Member
Joined
Feb 7, 2008
Messages
2
Reaction score
0
I watched NiCaw's Video: http://nicaw.net/index.php?pg=aac.php&aac=help.htm

i reloaded and got 2.9, missing zlib1.dll but i am sure once i get it i will end up with she password problem again. I got the zlib1.dll now. YES I am getting the password issue again. Can somone please help me out here?

I get this error : #1045 - Access denied for user 'root'@'localhost' (using password: YES) when logging into http://localhost/phpmyadmin/ Can someone help me?
i reloaded and got 2.9, missing zlib1.dll but i am sure once i get it i will end up with she password problem again. YES I am getting the password issue again. Can somone please help me out here?

"phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in your configuration and make sure that they correspond to the information given by the administrator of the MySQL server."

How do I go and find out what the info given by the administrator is. If that means the password I wrote in the locolhost/security page, then how am i not providing the correct information?

07/02/2008 13:04:43] > MySQL ERROR mysql_real_connect: Access denied for user 'root'@'localhost' (using password: YES)
[07/02/2008 13:04:43] > ERROR: Failed to connect to database, read doc/MYSQL_HELP for information or try SqLite which doesn't require any connection.

Unable to connect to mysql server. Please make sure it is up and running and you have correct user/password in config.inc.php.
sql.php on line: 32

I cannot get the server to run because of the previous errors.
 
Last edited:
You haven't setted a password to user root, so its blank and the server uses the password you wrote in config.lua so it's unknown for the localhost. Go to http://localhost/security and put a password. If you have already done that and still doesn't work, then you should reinstall xampp and should work.
 
Back
Top