i run my install.php, happened like this... ( i already made database name in phpadmin)
*
Warning: mysql_connect() [function.mysql-connect]: Unknown MySQL server host 'http' (1) 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.
--
Best Regards,
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
1.) Your mysql host name should probably be either localhost or www.url.com and not anything starting with http.
2.) All other errors are going to be related to the first error but you also need a valid username, password, and dbname within your mysql database.
Don't rely on blank usernames and/or passwords.
Can you re-edit this form and make the necessary corrections? If not send me the zip file and I will manually edit some of the things I can change for you. You will however need to get mysql in order by creating a username, password, and db table name.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
i run my install.php, happened like this... ( i already made database name in phpadmin)
*
Warning: mysql_connect() [function.mysql-connect]: Unknown MySQL server host 'http' (1) 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.
--
Best Regards,
1.) Your mysql host name should probably be either localhost or www.url.com and not anything starting with http.
2.) All other errors are going to be related to the first error but you also need a valid username, password, and dbname within your mysql database.
Don't rely on blank usernames and/or passwords.
Can you re-edit this form and make the necessary corrections? If not send me the zip file and I will manually edit some of the things I can change for you. You will however need to get mysql in order by creating a username, password, and db table name.