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.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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.
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.