MySql problems

garikr

New Member
Messages
46
Reaction score
0
Points
0
I get mysql access denied message at my iggi.exofire.net/baza page. It all worked fine untill the not so distant move to different server. In the beginning I could not log into my cPanel either, but that changed after I've reset my password. I've tryed to delete and create a new mysql user, I've also tried to replace "localhost" with the ip which pops up in the error message, that just gives a different one, something along the lines of: "Lost connection to mysql server at reading initial communication packet". My code is prety simple
if(!($connection=mysql_connect( $host, $uname, $bazapass )))
sqlerr('dbConnect');
and it worked before the move. What might've changed?? Did anyone experience similar problem?
 

garikr

New Member
Messages
46
Reaction score
0
Points
0
Fixed it. Had to make a new database and a new user. Good thing there was nothing important in it....
 
Top