Forums

no rights to create my database (4 posts)

  1. crazy_kevin
    Member
    Posted 2 years ago #

    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

  2. krembo99
    Member
    Posted 2 years ago #

    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 ?

  3. crazy_kevin
    Member
    Posted 2 years ago #

    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?

  4. MichaelH
    Volunteer
    Posted 2 years ago #

    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

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.