[Help] mysql problem [Help]

Status
Not open for further replies.
Newbie Spellweaver
Joined
Jul 19, 2007
Messages
25
Reaction score
0
Okay i set up the server exactly from bimbos guide and like i keep getting this error. Can anyone tell me what i could possibly be doing wrong?

Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'root'@'localhost' (using password: YES) in C:\AppServ\www\Ogame\db\mysql.php on line 11
mySQL no esta disponible por el momento, sentimos el inconveniente...
 
Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'root'@'localhost' (using password: YES) in C:\AppServ\www\Ogame\db\mysql.php on line 11
Sounds like a wrong password entered.
Are you sure the password is correct? -
Capitals? Punctuation? Spelling?
 
well ive got this :S... Access denied for user 'root'@'localhost' (using password: NO)
how could my access be denied if there doesnt even need a password :S
 
Sounds like a wrong password entered.
Are you sure the password is correct? -
Capitals? Punctuation? Spelling?

when i set it up i wrote the password down.. So theres hardly no chance of getting it wrong.. but ill fiddle about with it abit to something around the regions of the current password im using for it :P

[EDIT; Okayi changed the password about abit and tried different passwords but if i don't use the password i was while i got the error that i posted up the top it won't connect the databases. Any one else know what i can do to get rid of is error?]
 
Last edited:
why does everyone use that shitty appserv program... its actually rated 1/10 in softwares ffs, every day someone reports that bug, we get it, the program sucks


go download xampp... run the control panel.. start mysql/apache from the panel
go to localhost/security/

and you will be able to config your whole server. easy
 
its eaither ur db is wrong, if u dont use localhost for it then u gotta have the right path. or your password to "that" database is wrong.

by the looks of it its the password. if u use wamp then u have to create it and stuff if its a webserver then its generaly the same pass that u use to login phpmyadmin.
 
why does everyone use that shitty appserv program... its actually rated 1/10 in softwares ffs, every day someone reports that bug, we get it, the program sucks


go download xampp... run the control panel.. start mysql/apache from the panel
go to localhost/security/

and you will be able to config your whole server. easy

Okay so now im using xampp but i got a different problem with xampp.

Parse error: syntax error, unexpected ';', expecting ')' in C:\xampp\htdocs\ogame\config.php on line 10

Anyone know whats wrong now?



Edit ; fixxed error myself.
 
Thank you for all our help, It helped alot? xD. Anyway ill probley put a post in the advertisement section soon with the link to the ogame server. :P
 
I'm using iBimbo's files. :S

I had to make some tweaks to the SQL dump file from PHPmyadmin.. Honestly, I don't know why people code PHP like a bunch of IDIOTS! This language has potential, yes.. I got the database setup completely and it works just fine.. I'm just not sure what the hell the "Unknown system variable 'NAMES' " error is all about.. >.>

Here -- Give it a whirl.

 
i would start showing some respect if i were you... people at least try and develop stuff while others sit back and make fun of a mistake or two..


PLUS it is your mistake for not knowing how to edit the database, dont go fucking around with other people projects and assume its there fault. know what your doing before you insult. Aint getting my help, good luck finding help from pro's with your attitude.
 
First off, you're no pro. Secondly, I could code better in my sleep; PHP/ASP/C++. SQL and MySQL are NOT programming languages!

Show respect? How about you show some respect you egotistical jackass? I didn't make fun of anyone's mistake; I asked for help. Anyone who uses the PHP DIE(); command to stop a page from loading when it errors is an idiot.

From reading your posts, you haven't contributed any useful information that wasn't already posted somewhere else. ;)

Get over yourself, you know I'm right. ;D
 
Status
Not open for further replies.
Back