Menu

install

Help
2008-05-23
2013-06-03
  • Hindarto gunawan

    Why happened such this? i already try with correct id and pass

    Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'klubmala_susan'@'host.idebagus.com' (using password: YES) in /home/klubmala/public_html/opening/register/install.php on line 201

    Warning: mysql_select_db() [function.mysql-select-db]: Access denied for user 'nobody'@'localhost' (using password: NO) in /home/klubmala/public_html/opening/register/install.php on line 202

    Warning: mysql_select_db() [function.mysql-select-db]: A link to the server could not be established in /home/klubmala/public_html/opening/register/install.php on line 202

    Warning: mysql_query() [function.mysql-query]: Access denied for user 'nobody'@'localhost' (using password: NO) in /home/klubmala/public_html/opening/register/install.php on line 217

    Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /home/klubmala/public_html/opening/register/install.php on line 217
    Error! Table not be created.

     
    • TNTEverett

      TNTEverett - 2008-05-23

      MySQL is generally simple to use but has some strict requirements that must be met in order for you to use it.  I'm not sure what is wrong but I have dealt with these issues many times and have always been able to fix it. 
      First you must have defined an accurate URL to the SQL server.
      Second you must have provided a valid username and password.
      Third you must have already created the dbname in MySQL.
      Fourth you must have all the PHP code in order with proper use of all of the above. 
      Without access to your PHP code and your server it will be very difficult for me to provide additional detail in order to help you solve this problem yourself. 

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.