Title: no access to myphpadmin create database
Last modified: September 1, 2016

---

# no access to myphpadmin create database

 *  [bhaberman2016](https://wordpress.org/support/users/bhaberman2016/)
 * (@bhaberman2016)
 * [10 years ago](https://wordpress.org/support/topic/no-access-to-myphpadmin-create-database/)
 * so i have wordpress installed but not setup. I have received the “Error establishing
   a database connection.” I dont have enough priveledges to creat a new databse
   but I am capable of making new tables in myphpadmin. I do not have a host but
   I do have access to an ftp and the command panel like controls through SecureCRT.
   
   Any help will be greatly appreciated!

Viewing 7 replies - 1 through 7 (of 7 total)

 *  [webdesignerchristian](https://wordpress.org/support/users/webdesignerchristian/)
 * (@webdesignerchristian)
 * [10 years ago](https://wordpress.org/support/topic/no-access-to-myphpadmin-create-database/#post-7459126)
 * error establishing databse
    means u neeed min db name db user name db user pass
   table prefix
 * edit config with info
 *  Moderator [t-p](https://wordpress.org/support/users/t-p/)
 * (@t-p)
 * [10 years ago](https://wordpress.org/support/topic/no-access-to-myphpadmin-create-database/#post-7459129)
 * Useful installation codex:
    [https://codex.wordpress.org/Installing_WordPress](https://codex.wordpress.org/Installing_WordPress)
   [https://codex.wordpress.org/FAQ_Installation](https://codex.wordpress.org/FAQ_Installation)
 *  [Clarion Technologies](https://wordpress.org/support/users/clarionwpdeveloper/)
 * (@clarionwpdeveloper)
 * [10 years ago](https://wordpress.org/support/topic/no-access-to-myphpadmin-create-database/#post-7459155)
 * [https://codex.wordpress.org/Editing_wp-config.php](https://codex.wordpress.org/Editing_wp-config.php)
 *  [AjitKhodke](https://wordpress.org/support/users/ajitkhodke/)
 * (@ajitkhodke)
 * [10 years ago](https://wordpress.org/support/topic/no-access-to-myphpadmin-create-database/#post-7459157)
 * It seems you have wrong information in your wp-config.php–either the DB_HOST,
   DB_USER, DB_PASSWORD, or DB_NAME is incorrect.
 *  [lbahjaoui](https://wordpress.org/support/users/lbahjaoui/)
 * (@lbahjaoui)
 * [10 years ago](https://wordpress.org/support/topic/no-access-to-myphpadmin-create-database/#post-7459172)
 * dans fichier wp-config.pphp
    modifier les lignes suivant define(‘DB_NAME’, ‘name
   base donnee’);
 * /** Utilisateur de la base de données MySQL. */
    define(‘DB_USER’, ‘user’);
 * /** Mot de passe de la base de données MySQL. */
    define(‘DB_PASSWORD’, ‘password’);
 * /** Adresse de l’hébergement MySQL. */
    define(‘DB_HOST’, ‘localhost’);
 *  [Prathamesh Palve](https://wordpress.org/support/users/prathameshp/)
 * (@prathameshp)
 * [10 years ago](https://wordpress.org/support/topic/no-access-to-myphpadmin-create-database/#post-7459268)
 * just create a msql user and assign it to the datbase of your wordpress installation.
   After you create the user and assign it go to config.php and update the permissions
   as specified by @Ibahjaoul . To check what database was your wordpress installation
   was using go to wp-config.php and have a look at the structure like the one stated
   below and work likewise.
 * Sturcture in wp-config.php :-
 * // ** MySQL settings – You can get this info from your web host ** //
    /** The
   name of the database for WordPress */ define(‘DB_NAME’, ‘database_name_here’);
 * /** MySQL database username */
    define(‘DB_USER’, ‘username_here’);
 * /** MySQL database password */
    define(‘DB_PASSWORD’, ‘password_here’);
 * /** MySQL hostname */
    define(‘DB_HOST’, ‘localhost’);
 * /** Database Charset to use in creating database tables. */
    define(‘DB_CHARSET’,‘
   utf8’);
 * /** The Database Collate type. Don’t change this if in doubt. */
    define(‘DB_COLLATE’,”);
 *  [leewis01](https://wordpress.org/support/users/leewis01/)
 * (@leewis01)
 * [10 years ago](https://wordpress.org/support/topic/no-access-to-myphpadmin-create-database/#post-7459278)
 * Great help.

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘no access to myphpadmin create database’ is closed to new replies.

## Tags

 * [installation](https://wordpress.org/support/topic-tag/installation/)

 * In: [Installing WordPress](https://wordpress.org/support/forum/installation/)
 * 7 replies
 * 7 participants
 * Last reply from: [Prathamesh Palve](https://wordpress.org/support/users/prathameshp/)
 * Last activity: [10 years ago](https://wordpress.org/support/topic/no-access-to-myphpadmin-create-database/#post-7459268)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
