Access denied for user: 'corr@localhost' to database 'corr'
seems you did not give the right user and / or pass for the DB access....
Access denied for user: 'corr@localhost' to database 'corr'
seems you did not give the right user and / or pass for the DB access....
Did you ensure that your user was made a member of the database and has all privileges on that database? "Access denied" says to me that your user has not been added to the database in this way.
Pardon me for striking at the lower regions here, but are you sure you're not confusing MySQL with FTP? It's been done.
i can login in MySQL with username "corr".
and i checked the MySQL, Apache, PHP, but could not find out the problems by myself. :(
by the way, i didn't establish FTP server on my machine.
I according to wordpress the setup elucidation request of:
"The Apache mod_rewrite is required for some optional functionality. "
so i change the code in the file "httpd.conf":
"#LoadModule rewrite_module modules/mod_rewrite.so"
to
"LoadModule rewrite_module modules/mod_rewrite.so"
but it doesn't work.
i do this right?
This topic has been closed to new replies.