What do this mean?
-
I am installing the wordpress and after i got mysql configured I read the following!
Step 1
Okay first wea€?re going to set up the links database. This will allow you to host your own blogroll, complete with Weblogs.com updates.
Installing WP-Links.
Checking for tables…
Can’t find table ‘wp_linkcategories’, gonna create it…
Can’t create the table ‘wp_linkcategories’ in the database.
CREATE TABLE wp_linkcategories ( cat_id int(11) NOT NULL auto_increment, cat_name tinytext NOT NULL, auto_toggle enum (‘Y’,’N’) NOT NULL default ‘N’, show_images enum (‘Y’,’N’) NOT NULL default ‘Y’, show_description enum (‘Y’,’N’) NOT NULL default ‘Y’, show_rating enum (‘Y’,’N’) NOT NULL default ‘Y’, show_updated enum (‘Y’,’N’) NOT NULL default ‘Y’, sort_order varchar(64) NOT NULL default ‘name’, sort_desc enum(‘Y’,’N’) NOT NULL default ‘N’, text_before_link varchar(128) not null default ‘
‘, text_after_link varchar(128) not null default ‘
‘, text_after_all varchar(128) not null default ”, list_limit int not null default ‘-1’, PRIMARY KEY (cat_id) )
Access denied for user: ‘leneldenhamjr@localhost’ to database ‘mysql’
Can’t find ‘wp_links’, gonna create it…
Can’t create the table ‘wp_links’ in the database.
CREATE TABLE wp_links ( link_id int(11) NOT NULL auto_increment, link_url varchar(255) NOT NULL default ”, link_name varchar(255) NOT NULL default ”, link_image varchar(255) NOT NULL default ”, link_target varchar(25) NOT NULL default ”, link_category int(11) NOT NULL default 0, link_description varchar(255) NOT NULL default ”, link_visible enum (‘Y’,’N’) NOT NULL default ‘Y’, link_owner int NOT NULL DEFAULT ‘1’, link_rating int NOT NULL DEFAULT ‘0’, link_updated DATETIME NOT NULL DEFAULT ‘0000-00-00 00:00:00’, link_rel varchar(255) NOT NULL default ”, link_notes MEDIUMTEXT NOT NULL default ”, PRIMARY KEY (link_id) )
Access denied for user: ‘leneldenhamjr@localhost’ to database ‘mysql’
Did you defeat the boss monster at the end? Great! Youa€?re ready for Step 2.
- The topic ‘What do this mean?’ is closed to new replies.