Hi!
I can't find tutorial for MySQL and thus make me don't really know how to ask questions but please let me try to ask these:
1. I opened control panel . created MySQL Database .
after created, in the table under:
Database show Name that I created, but don't show User name even already added user. Why?
And I try to set up installation for Polling through browser and this is what I get:
Warning: include(conf.php) [function.include]: failed to open stream: No such file or directory in /home/rbnwr/public_html/iwork/setup.php on line 16
Warning: include(conf.php) [function.include]: failed to open stream: No such file or directory in /home/rbnwr/public_html/iwork/setup.php on line 16
Warning: include() [function.include]: Failed opening 'conf.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/rbnwr/public_html/iwork/setup.php on line 16
Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'rbnwr'@'localhost' (using password: NO) in /home/rbnwr/public_html/iwork/setup.php on line 17
MySQL Error: Unable to connect to database please check that you have provided the correct
Database Login username
Database Login Password
May I know, why is it being denied and how to correct and make changes below?
<?php
//Make the changes below
$db_host = "localhost"; //It is mostly localhost may not need to change it.
$db_name = "banner"; //Name of your database
$database_user = "user"; //Login name of your MYSQL database
$database_pass = "test"; //Password of your MYSQL Database
?>
Thank you.
I can't find tutorial for MySQL and thus make me don't really know how to ask questions but please let me try to ask these:
1. I opened control panel . created MySQL Database .
after created, in the table under:
Database show Name that I created, but don't show User name even already added user. Why?
And I try to set up installation for Polling through browser and this is what I get:
Warning: include(conf.php) [function.include]: failed to open stream: No such file or directory in /home/rbnwr/public_html/iwork/setup.php on line 16
Warning: include(conf.php) [function.include]: failed to open stream: No such file or directory in /home/rbnwr/public_html/iwork/setup.php on line 16
Warning: include() [function.include]: Failed opening 'conf.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/rbnwr/public_html/iwork/setup.php on line 16
Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'rbnwr'@'localhost' (using password: NO) in /home/rbnwr/public_html/iwork/setup.php on line 17
MySQL Error: Unable to connect to database please check that you have provided the correct
Database Login username
Database Login Password
May I know, why is it being denied and how to correct and make changes below?
<?php
//Make the changes below
$db_host = "localhost"; //It is mostly localhost may not need to change it.
$db_name = "banner"; //Name of your database
$database_user = "user"; //Login name of your MYSQL database
$database_pass = "test"; //Password of your MYSQL Database
?>
Thank you.
Comment