stoilov
Forum Replies Created
Viewing 1 replies (of 1 total)
-
Forum: Installing WordPress
In reply to: db access deniedthank you.
yes, i see that. i tried to clear cache, cookies and so on.
still the same.i am putting some blog title, giving an email and when i click on “install wordpress” i see this:
WordPress database error: [Access denied for user '****'@'localhost' to database '****'] CREATE TABLE wp_terms ( term_id bigint(20) 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), UNIQUE KEY slug (slug), KEY name (name) ) DEFAULT CHARACTER SET utf8 WordPress database error: [Access denied for user '****'@'localhost' to database '****'] CREATE TABLE wp_term_taxonomy ( term_taxonomy_id bigint(20) NOT NULL auto_increment, term_id bigint(20) NOT NULL default 0, taxonomy varchar(32) NOT NULL default '', description longtext NOT NULL, parent bigint(20) NOT NULL default 0, count bigint(20) NOT NULL default 0, PRIMARY KEY (term_taxonomy_id), UNIQUE KEY term_id_taxonomy (term_id,taxonomy) ) DEFAULT CHARACTER SET utf8 WordPress database error: [Access denied for user '****'@'localhost' to database '****'] CREATE TABLE wp_term_relationships ( object_id bigint(20) NOT NULL default 0, term_taxonomy_id bigint(20) NOT NULL default 0, term_order int(11) NOT NULL default 0, PRIMARY KEY (object_id,term_taxonomy_id), KEY term_taxonomy_id (term_taxonomy_id) ) DEFAULT CHARACTER SET utf8….and tons more of these…
Viewing 1 replies (of 1 total)