Jump to content

docupie

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by docupie

  1. Same problem:

     

    $db_host = "localhost";

    $db_username = "omnissia_NAME";

    $db_pass = "PASS";

    $db_name = "omnissia_DBNAME";

     

    mysql_connect ($db_host, $db_username, $db_pass)

    or die ("could not connect to mySQL");

     

    mysql_select_db($db_name) or die ("No database!");

    _____

    All the time result: No database!

    Account: omnissia

     

    ___

     

    Fixed, created database through Wizard with new account, and only this accoun can work with DB.

×
×
  • Create New...