Do you have any additional help files for beginners for mysql database management?
Additional information that will help you manage MySQL is located here 6. My PHP program tells me it can’t access the database because of incorrect username/password. I’ve checked the configuration settings in my script and everything’s in there as I created them. When you create your MySQL database, first you create a database by giving it a name. Then you create a user by entering a username and password. For best results keep your database name, database username, and database password at no fewer than 6 and no more than 7 letters or numbers. Then you must be sure to add the user to the database. In your script, your database name and your database username must be prefaced by your hosting account username_. Your password, however, stands alone.