when i run the page "wp-admin/install.php"
it tells me that my username and password are right
check out the database is exist
do i hava the rights to create database
who can help me? who can tell me why
when i run the page "wp-admin/install.php"
it tells me that my username and password are right
check out the database is exist
do i hava the rights to create database
who can help me? who can tell me why
you need to edit config.php at the wordPress root folder.
If you have done so, please post it here to check (obscure pass and login)
also:
do you actually have a MYSQL DB created ?
Thank you for your reply
I hava created my MYSQL DB .And I can create my database in phpMyadmin
define('DB_NAME', 'myDBName ');
define('DB_USER', 'MYUserName');
define('DB_PASSWORD', 'MYpwd');
define('DB_HOST', 'localhost');
define('DB_CHARSET', 'utf8');
define('DB_COLLATE', '');
Is there anything wrong with my code?
Okay you may have the correct information in wp-config.php but have you given your user (MyUserName) right to the database.
Review Install WordPress, Step 2
This topic has been closed to new replies.