Jump to content

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.....

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.