Jump to content

mySQL problems not quite sure what!


thebiznes

Recommended Posts

I have recently setup a Red Hat Linux 8 Server with Apache Server mySQL (latest version) and php 4 installed on it.

 

Im trying to setup a program called phpAvailability its a calendar program for logging availability of rental houses.

 

However although i can login to mySQL through the command console, i get an error everytime i edit the config.php and try to access through the browser saying theres no password given.

 

The config file requires 4 variables to be set

 

$dbhost = \"localhost\";

$dbuser = \"your_mysql_username\";

$dbpass = \"your_mysql_password\";

$dbbase = \"your_mysql_database_name\";

 

these are all set correctly yet i still get this error. :?

 

Is there anything i have missed?

 

Im very new to this and any and all help will be appreciated

 

Thanks

 

Biz

Link to comment
https://forums.phpfreaks.com/topic/205-mysql-problems-not-quite-sure-what/
Share on other sites

Now check ur \"my.ini\" file and in that u have

 

user=admin

password=admin

 

now check the password field . Now if u have the password as blank then u havent set any password.

 

U can also clear the password with specific commands.....

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.