hi, after exporting my database from local on my server and after uploading all files, I launched my homepage with
www.mysite.com and I got the message:
Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'mysite'@'localhost' (using password: YES) in /home/mysite/public_html/framework/class.database.php on line 61
Access denied for user 'mysite'@'localhost' (using password: YES)
On local my site is called:
http://localhost/wb
and the database created is called
wb
but when I created the same database on my server, Mysql rename it in:
mysite_wb
Then I imported my local database
wb
on my server in
mysite_wb
I got the message:
the dabase importation was succeeded
or sth else
I cannot display thus my homepage on my server.
Who can I help?
I think it's because the access rights, passwords or root rights or so. I don't know exactly.