Search results

  1. M

    unable to connecto to mysql database

    i was trying to connect to my MySQL server.. <?php $link = mysql_connect('localhost', 'mindwerx_root', 'mypassword'); if(!$link) { die('Failed to connect to server: ' . mysql_error()); } else { echo "Connected!<br/>"; } $db = mysql_select_db('mindwerx_testdatabase')...
Top