mySQL DatabaseDiscussion related to mySQL database, mySQL queries, mySQL Commands, mySQL tutorials...
The thread "issue in creating database" has not received any replies for a month. It has been automatically closed as a result. You may start a new thread on the topic if the information in this thread is not sufficient.
arer you using database on local machine or at the server? If on the server check username and password for it properly. There must be a problem. Plus check all the permissions too.
Please check database mysql and check table user. I believe you mistakenly put a value either in Field 'User' or 'Password'. To be safe just leave both blank. That is the easiest way. If you have figure out what the problem is, just put real values in both field as a security measure To view links or images in this forum your post count must be 1 or greater. You currently have 0 posts.
access denied normally has to deal with the dbconnect string where you will specify the username and password and which database to access to. make sure the username and password is the same as in your database user's accout (user that allow to use your mysql).
by default, you can use root as your user. To use it, username is root and password is blank.
You MUST use your login for your CPanel , and not from an admin in your SQL!
__________________ To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts. To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts.
To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts.
To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts.
yes, I had the same problem, I used the admin details that are listen IN de MySQL database, but you need to use your Cpanel-login user & password to get access to your database.
I hope it's fixed now.
__________________ To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts. To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts.
To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts.
To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts.
The thread "issue in creating database" has not received any replies for a month. It has been automatically closed as a result. You may start a new thread on the topic if the information in this thread is not sufficient.