Quantcast
Channel: Topic Tag: MySQL | WordPress.org
Viewing all articles
Browse latest Browse all 5540

Mysql Doesnot create on staging site

$
0
0

HI
I recive such a long error for all table of mysql on a staging wordpress site.the database is empty too.


WordPress database error:
 [CREATE command denied to user ‘salamzab_pluy’@’localhost’ for table ‘wp_termmeta’]
CREATE TABLE wp_termmeta ( meta_id bigint(20) unsigned NOT NULL auto_increment, term_id bigint(20) unsigned NOT NULL default '0', meta_key varchar(255) default NULL, meta_value longtext, PRIMARY KEY (meta_id), KEY term_id (term_id), KEY meta_key (meta_key(191)) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci

WordPress database error: [CREATE command denied to user ‘salamzab_pluy’@’localhost’ for table ‘wp_terms’]
CREATE TABLE wp_terms ( term_id bigint(20) unsigned NOT NULL auto_increment, name varchar(200) NOT NULL default '', slug varchar(200) NOT NULL default '', term_group bigint(10) NOT NULL default 0, PRIMARY KEY (term_id), KEY slug (slug(191)), KEY name (name(191)) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci

Success!

WordPress has been installed. Thank you, and enjoy!UsernameXlugPassword

Your chosen password.


Viewing all articles
Browse latest Browse all 5540

Trending Articles