frenchcelt
New Member
- Messages
- 24
- Reaction score
- 0
- Points
- 0
Hi,
As it seems my db are lost, i try to restore my last save of wordpress (exported from it).
Account name : celt
Remote host : int.boru.x10hosting.com
New db : wordpress2 - user added with all permissions : celt
http://celt.x10hosting.com/testbdd.php contains :
mysql_connect("localhost", "celt_celt", "******") or die(mysql_error());
echo "Connected to MySQL";
mysql_select_db("wordpress2") or die(mysql_error());
echo "Connected to Database";
result is :
Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'celt_celt'@'10.33.248.75' (using password: YES) in /home/celt/public_html/testbdd.php on line 2
Access denied for user 'celt_celt'@'10.33.248.75' (using password: YES)
Could you help please please please ?
As it seems my db are lost, i try to restore my last save of wordpress (exported from it).
Account name : celt
Remote host : int.boru.x10hosting.com
New db : wordpress2 - user added with all permissions : celt
http://celt.x10hosting.com/testbdd.php contains :
mysql_connect("localhost", "celt_celt", "******") or die(mysql_error());
echo "Connected to MySQL";
mysql_select_db("wordpress2") or die(mysql_error());
echo "Connected to Database";
result is :
Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'celt_celt'@'10.33.248.75' (using password: YES) in /home/celt/public_html/testbdd.php on line 2
Access denied for user 'celt_celt'@'10.33.248.75' (using password: YES)
Could you help please please please ?