Jump to content

MySQL Connect - access denied for user...


Mr_J

Recommended Posts

www.medbel.co.za/jaco/php/database.php

code:

<?php

/* Connect to the mysql database. */

$conn = mysql_connect("sql4a.your-server.co.za", "jacoxxxx", "xxx") or die(mysql_error());

mysql_select_db('usr_tanle', $conn) or die(mysql_error());

?>

Verified usr & pw is correct!! Data in Table!!

HELP please, I`m loosing it!

 

 

Link to comment
https://forums.phpfreaks.com/topic/132568-mysql-connect-access-denied-for-user/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.