Title: Database
Last modified: August 18, 2016

---

# Database

 *  Resolved [skrp](https://wordpress.org/support/users/skrp/)
 * (@skrp)
 * [20 years, 6 months ago](https://wordpress.org/support/topic/database-1-2/)
 * Trying to install WP and got to the last step. However, when I try to install
   it I get:
 * Any ideas on why this happens. Do I need to contact my ISP?
 * Thanks
 * Second Step
    Now weâ€™re going to create the database tables and fill them with
   some default data.
 * WordPress database error: [CREATE command denied to user: ‘AaronTr_Forex@69.55.0.17’
   for table ‘wp_categories’]
    CREATE TABLE wp_categories ( cat_ID bigint(20) NOT
   NULL auto_increment, cat_name varchar(55) NOT NULL default ”, category_nicename
   varchar(200) NOT NULL default ”, category_description longtext NOT NULL, category_parent
   int(4) NOT NULL default ‘0’, PRIMARY KEY (cat_ID), KEY category_nicename (category_nicename))
 * WordPress database error: [CREATE command denied to user: ‘AaronTr_Forex@69.55.0.17’
   for table ‘wp_comments’]
    CREATE TABLE wp_comments ( comment_ID bigint(20) unsigned
   NOT NULL auto_increment, comment_post_ID int(11) NOT NULL default ‘0’, comment_author
   tinytext NOT NULL, comment_author_email varchar(100) NOT NULL default ”, comment_author_url
   varchar(200) NOT NULL default ”, comment_author_IP varchar(100) NOT NULL default”,
   comment_date datetime NOT NULL default ‘0000-00-00 00:00:00’, comment_date_gmt
   datetime NOT NULL default ‘0000-00-00 00:00:00’, comment_content text NOT NULL,
   comment_karma int(11) NOT NULL default ‘0’, comment_approved enum(‘0′,’1′,’spam’)
   NOT NULL default ‘1’, comment_agent varchar(255) NOT NULL default ”, comment_type
   varchar(20) NOT NULL default ”, comment_parent int(11) NOT NULL default ‘0’, 
   user_id int(11) NOT NULL default ‘0’, PRIMARY KEY (comment_ID), KEY comment_approved(
   comment_approved), KEY comment_post_ID (comment_post_ID) )
 * WordPress database error: [CREATE command denied to user: ‘AaronTr_Forex@69.55.0.17’
   for table ‘wp_linkcategories’]
    CREATE TABLE wp_linkcategories ( cat_id bigint(
   20) 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 ‘N’, 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 ‘rand’, 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(11) NOT NULL default ‘-1’, PRIMARY KEY(
   cat_id) )
 * WordPress database error: [CREATE command denied to user: ‘AaronTr_Forex@69.55.0.17’
   for table ‘wp_links’]
    CREATE TABLE wp_links ( link_id bigint(20) 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(11) NOT NULL default ‘1’, link_rating int(11) 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, link_rss varchar(255) NOT NULL default”,
   PRIMARY KEY (link_id), KEY link_category (link_category), KEY link_visible (link_visible))
 * WordPress database error: [CREATE command denied to user: ‘AaronTr_Forex@69.55.0.17’
   for table ‘wp_options’]
    CREATE TABLE wp_options ( option_id bigint(20) NOT NULL
   auto_increment, blog_id int(11) NOT NULL default ‘0’, option_name varchar(64)
   NOT NULL default ”, option_can_override enum(‘Y’,’N’) NOT NULL default ‘Y’, option_type
   int(11) NOT NULL default ‘1’, option_value longtext NOT NULL, option_width int(
   11) NOT NULL default ’20’, option_height int(11) NOT NULL default ‘8’, option_description
   tinytext NOT NULL, option_admin_level int(11) NOT NULL default ‘1’, autoload 
   enum(‘yes’,’no’) NOT NULL default ‘yes’, PRIMARY KEY (option_id,blog_id,option_name),
   KEY option_name (option_name) )
 * WordPress database error: [CREATE command denied to user: ‘AaronTr_Forex@69.55.0.17’
   for table ‘wp_post2cat’]
    CREATE TABLE wp_post2cat ( rel_id bigint(20) NOT NULL
   auto_increment, post_id bigint(20) NOT NULL default ‘0’, category_id bigint(20)
   NOT NULL default ‘0’, PRIMARY KEY (rel_id), KEY post_id (post_id,category_id))
 * WordPress database error: [CREATE command denied to user: ‘AaronTr_Forex@69.55.0.17’
   for table ‘wp_postmeta’]
    CREATE TABLE wp_postmeta ( meta_id bigint(20) NOT NULL
   auto_increment, post_id bigint(20) NOT NULL default ‘0’, meta_key varchar(255)
   default NULL, meta_value text, PRIMARY KEY (meta_id), KEY post_id (post_id), 
   KEY meta_key (meta_key) )
 * WordPress database error: [CREATE command denied to user: ‘AaronTr_Forex@69.55.0.17’
   for table ‘wp_posts’]
    CREATE TABLE wp_posts ( ID bigint(20) unsigned NOT NULL
   auto_increment, post_author int(4) NOT NULL default ‘0’, post_date datetime NOT
   NULL default ‘0000-00-00 00:00:00’, post_date_gmt datetime NOT NULL default ‘
   0000-00-00 00:00:00’, post_content longtext NOT NULL, post_title text NOT NULL,
   post_category int(4) NOT NULL default ‘0’, post_excerpt text NOT NULL, post_status
   enum(‘publish’,’draft’,’private’,’static’,’object’) NOT NULL default ‘publish’,
   comment_status enum(‘open’,’closed’,’registered_only’) NOT NULL default ‘open’,
   ping_status enum(‘open’,’closed’) NOT NULL default ‘open’, post_password varchar(
   20) NOT NULL default ”, post_name varchar(200) NOT NULL default ”, to_ping text
   NOT NULL, pinged text NOT NULL, post_modified datetime NOT NULL default ‘0000-
   00-00 00:00:00’, post_modified_gmt datetime NOT NULL default ‘0000-00-00 00:00:
   00’, post_content_filtered text NOT NULL, post_parent int(11) NOT NULL default‘
   0’, guid varchar(255) NOT NULL default ”, menu_order int(11) NOT NULL default‘
   0’, PRIMARY KEY (ID), KEY post_name (post_name) )
 * WordPress database error: [CREATE command denied to user: ‘AaronTr_Forex@69.55.0.17’
   for table ‘wp_users’]
    CREATE TABLE wp_users ( ID bigint(20) unsigned NOT NULL
   auto_increment, user_login varchar(60) NOT NULL default ”, user_pass varchar(
   64) NOT NULL default ”, user_firstname varchar(50) NOT NULL default ”, user_lastname
   varchar(50) NOT NULL default ”, user_nickname varchar(50) NOT NULL default ”,
   user_nicename varchar(50) NOT NULL default ”, user_icq int(10) unsigned NOT NULL
   default ‘0’, user_email varchar(100) NOT NULL default ”, user_url varchar(100)
   NOT NULL default ”, user_ip varchar(15) NOT NULL default ”, user_domain varchar(
   200) NOT NULL default ”, user_browser varchar(200) NOT NULL default ”, user_registered
   datetime NOT NULL default ‘0000-00-00 00:00:00’, user_level int(2) unsigned NOT
   NULL default ‘0’, user_aim varchar(50) NOT NULL default ”, user_msn varchar(100)
   NOT NULL default ”, user_yim varchar(50) NOT NULL default ”, user_idmode varchar(
   20) NOT NULL default ”, user_activation_key varchar(60) NOT NULL default ”, user_status
   int(11) NOT NULL default ‘0’, user_description longtext NOT NULL default ”, PRIMARY
   KEY (ID), UNIQUE KEY user_login (user_login) )
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_name FROM wp_options WHERE option_name = ‘siteurl’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   INSERT INTO wp_options (option_name, option_value, option_description, autoload)
   VALUES (‘siteurl’, ‘[http://aarontrade.com/forextrading&#8217](http://aarontrade.com/forextrading&#8217);,‘
   WordPress web address’, ‘yes’)
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_name FROM wp_options WHERE option_name = ‘blogname’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   INSERT INTO wp_options (option_name, option_value, option_description, autoload)
   VALUES (‘blogname’, ‘My Weblog’, ‘Blog title’, ‘yes’)
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_name FROM wp_options WHERE option_name = ‘blogdescription’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   INSERT INTO wp_options (option_name, option_value, option_description, autoload)
   VALUES (‘blogdescription’, ‘Just another WordPress weblog’, ‘Short tagline’, ‘
   yes’)
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_name FROM wp_options WHERE option_name = ‘new_users_can_blog’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   INSERT INTO wp_options (option_name, option_value, option_description, autoload)
   VALUES (‘new_users_can_blog’, ‘0’, ”, ‘yes’)
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_name FROM wp_options WHERE option_name = ‘users_can_register’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   INSERT INTO wp_options (option_name, option_value, option_description, autoload)
   VALUES (‘users_can_register’, ‘0’, ”, ‘yes’)
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_name FROM wp_options WHERE option_name = ‘admin_email’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   INSERT INTO wp_options (option_name, option_value, option_description, autoload)
   VALUES (‘admin_email’, ‘you@example.com’, ”, ‘yes’)
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_name FROM wp_options WHERE option_name = ‘start_of_week’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   INSERT INTO wp_options (option_name, option_value, option_description, autoload)
   VALUES (‘start_of_week’, ‘1’, ”, ‘yes’)
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_name FROM wp_options WHERE option_name = ‘use_balanceTags’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   INSERT INTO wp_options (option_name, option_value, option_description, autoload)
   VALUES (‘use_balanceTags’, ‘1’, ”, ‘yes’)
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_name FROM wp_options WHERE option_name = ‘use_smilies’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   INSERT INTO wp_options (option_name, option_value, option_description, autoload)
   VALUES (‘use_smilies’, ‘1’, ”, ‘yes’)
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_name FROM wp_options WHERE option_name = ‘require_name_email’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   INSERT INTO wp_options (option_name, option_value, option_description, autoload)
   VALUES (‘require_name_email’, ‘1’, ”, ‘yes’)
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_name FROM wp_options WHERE option_name = ‘comments_notify’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   INSERT INTO wp_options (option_name, option_value, option_description, autoload)
   VALUES (‘comments_notify’, ‘1’, ”, ‘yes’)
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_name FROM wp_options WHERE option_name = ‘posts_per_rss’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   INSERT INTO wp_options (option_name, option_value, option_description, autoload)
   VALUES (‘posts_per_rss’, ’10’, ”, ‘yes’)
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_name FROM wp_options WHERE option_name = ‘rss_excerpt_length’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   INSERT INTO wp_options (option_name, option_value, option_description, autoload)
   VALUES (‘rss_excerpt_length’, ’50’, ”, ‘yes’)
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_name FROM wp_options WHERE option_name = ‘rss_use_excerpt’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   INSERT INTO wp_options (option_name, option_value, option_description, autoload)
   VALUES (‘rss_use_excerpt’, ‘0’, ”, ‘yes’)
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_name FROM wp_options WHERE option_name = ‘use_fileupload’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   INSERT INTO wp_options (option_name, option_value, option_description, autoload)
   VALUES (‘use_fileupload’, ‘0’, ”, ‘yes’)
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_name FROM wp_options WHERE option_name = ‘fileupload_realpath’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   INSERT INTO wp_options (option_name, option_value, option_description, autoload)
   VALUES (‘fileupload_realpath’, ‘/hsphere/local/home/aarontra/aarontrade.com/forextrading/
   wp-content’, ”, ‘yes’)
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_name FROM wp_options WHERE option_name = ‘fileupload_url’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   INSERT INTO wp_options (option_name, option_value, option_description, autoload)
   VALUES (‘fileupload_url’, ‘/wp-content’, ”, ‘yes’)
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_name FROM wp_options WHERE option_name = ‘fileupload_allowedtypes’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   INSERT INTO wp_options (option_name, option_value, option_description, autoload)
   VALUES (‘fileupload_allowedtypes’, ‘jpg jpeg gif png’, ”, ‘yes’)
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_name FROM wp_options WHERE option_name = ‘fileupload_maxk’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   INSERT INTO wp_options (option_name, option_value, option_description, autoload)
   VALUES (‘fileupload_maxk’, ‘300’, ”, ‘yes’)
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_name FROM wp_options WHERE option_name = ‘fileupload_minlevel’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   INSERT INTO wp_options (option_name, option_value, option_description, autoload)
   VALUES (‘fileupload_minlevel’, ‘6’, ”, ‘yes’)
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_name FROM wp_options WHERE option_name = ‘mailserver_url’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   INSERT INTO wp_options (option_name, option_value, option_description, autoload)
   VALUES (‘mailserver_url’, ‘mail.example.com’, ”, ‘yes’)
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_name FROM wp_options WHERE option_name = ‘mailserver_login’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   INSERT INTO wp_options (option_name, option_value, option_description, autoload)
   VALUES (‘mailserver_login’, ‘login@example.com’, ”, ‘yes’)
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_name FROM wp_options WHERE option_name = ‘mailserver_pass’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   INSERT INTO wp_options (option_name, option_value, option_description, autoload)
   VALUES (‘mailserver_pass’, ‘password’, ”, ‘yes’)
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_name FROM wp_options WHERE option_name = ‘mailserver_port’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   INSERT INTO wp_options (option_name, option_value, option_description, autoload)
   VALUES (‘mailserver_port’, ‘110’, ”, ‘yes’)
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_name FROM wp_options WHERE option_name = ‘default_category’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   INSERT INTO wp_options (option_name, option_value, option_description, autoload)
   VALUES (‘default_category’, ‘1’, ”, ‘yes’)
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_name FROM wp_options WHERE option_name = ‘default_comment_status’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   INSERT INTO wp_options (option_name, option_value, option_description, autoload)
   VALUES (‘default_comment_status’, ‘open’, ”, ‘yes’)
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_name FROM wp_options WHERE option_name = ‘default_ping_status’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   INSERT INTO wp_options (option_name, option_value, option_description, autoload)
   VALUES (‘default_ping_status’, ‘open’, ”, ‘yes’)
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_name FROM wp_options WHERE option_name = ‘default_pingback_flag’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   INSERT INTO wp_options (option_name, option_value, option_description, autoload)
   VALUES (‘default_pingback_flag’, ‘1’, ”, ‘yes’)
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_name FROM wp_options WHERE option_name = ‘default_post_edit_rows’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   INSERT INTO wp_options (option_name, option_value, option_description, autoload)
   VALUES (‘default_post_edit_rows’, ‘9’, ”, ‘yes’)
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_name FROM wp_options WHERE option_name = ‘posts_per_page’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   INSERT INTO wp_options (option_name, option_value, option_description, autoload)
   VALUES (‘posts_per_page’, ’10’, ”, ‘yes’)
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_name FROM wp_options WHERE option_name = ‘what_to_show’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   INSERT INTO wp_options (option_name, option_value, option_description, autoload)
   VALUES (‘what_to_show’, ‘posts’, ”, ‘yes’)
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_name FROM wp_options WHERE option_name = ‘date_format’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   INSERT INTO wp_options (option_name, option_value, option_description, autoload)
   VALUES (‘date_format’, ‘F j, Y’, ”, ‘yes’)
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_name FROM wp_options WHERE option_name = ‘time_format’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   INSERT INTO wp_options (option_name, option_value, option_description, autoload)
   VALUES (‘time_format’, ‘g:i a’, ”, ‘yes’)
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_name FROM wp_options WHERE option_name = ‘links_updated_date_format’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   INSERT INTO wp_options (option_name, option_value, option_description, autoload)
   VALUES (‘links_updated_date_format’, ‘F j, Y g:i a’, ”, ‘yes’)
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_name FROM wp_options WHERE option_name = ‘links_recently_updated_prepend’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   INSERT INTO wp_options (option_name, option_value, option_description, autoload)
   VALUES (‘links_recently_updated_prepend’, ”, ”, ‘yes’)
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_name FROM wp_options WHERE option_name = ‘links_recently_updated_append’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   INSERT INTO wp_options (option_name, option_value, option_description, autoload)
   VALUES (‘links_recently_updated_append’, ”, ”, ‘yes’)
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_name FROM wp_options WHERE option_name = ‘links_recently_updated_time’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   INSERT INTO wp_options (option_name, option_value, option_description, autoload)
   VALUES (‘links_recently_updated_time’, ‘120’, ”, ‘yes’)
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_name FROM wp_options WHERE option_name = ‘comment_moderation’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   INSERT INTO wp_options (option_name, option_value, option_description, autoload)
   VALUES (‘comment_moderation’, ‘0’, ”, ‘yes’)
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_name FROM wp_options WHERE option_name = ‘moderation_notify’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   INSERT INTO wp_options (option_name, option_value, option_description, autoload)
   VALUES (‘moderation_notify’, ‘1’, ”, ‘yes’)
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_name FROM wp_options WHERE option_name = ‘permalink_structure’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   INSERT INTO wp_options (option_name, option_value, option_description, autoload)
   VALUES (‘permalink_structure’, ”, ”, ‘yes’)
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_name FROM wp_options WHERE option_name = ‘gzipcompression’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   INSERT INTO wp_options (option_name, option_value, option_description, autoload)
   VALUES (‘gzipcompression’, ‘0’, ”, ‘yes’)
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_name FROM wp_options WHERE option_name = ‘hack_file’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   INSERT INTO wp_options (option_name, option_value, option_description, autoload)
   VALUES (‘hack_file’, ‘0’, ”, ‘yes’)
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_name FROM wp_options WHERE option_name = ‘blog_charset’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   INSERT INTO wp_options (option_name, option_value, option_description, autoload)
   VALUES (‘blog_charset’, ‘UTF-8’, ”, ‘yes’)
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_name FROM wp_options WHERE option_name = ‘moderation_keys’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   INSERT INTO wp_options (option_name, option_value, option_description, autoload)
   VALUES (‘moderation_keys’, ”, ”, ‘yes’)
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_name FROM wp_options WHERE option_name = ‘active_plugins’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   INSERT INTO wp_options (option_name, option_value, option_description, autoload)
   VALUES (‘active_plugins’, ”, ”, ‘yes’)
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_name FROM wp_options WHERE option_name = ‘home’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   INSERT INTO wp_options (option_name, option_value, option_description, autoload)
   VALUES (‘home’, ”, ”, ‘yes’)
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_name FROM wp_options WHERE option_name = ‘category_base’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   INSERT INTO wp_options (option_name, option_value, option_description, autoload)
   VALUES (‘category_base’, ”, ”, ‘yes’)
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_name FROM wp_options WHERE option_name = ‘ping_sites’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   INSERT INTO wp_options (option_name, option_value, option_description, autoload)
   VALUES (‘ping_sites’, ‘[http://rpc.pingomatic.com/&#8217](http://rpc.pingomatic.com/&#8217);,”,‘
   yes’)
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_name FROM wp_options WHERE option_name = ‘advanced_edit’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   INSERT INTO wp_options (option_name, option_value, option_description, autoload)
   VALUES (‘advanced_edit’, ‘0’, ”, ‘yes’)
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_name FROM wp_options WHERE option_name = ‘comment_max_links’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   INSERT INTO wp_options (option_name, option_value, option_description, autoload)
   VALUES (‘comment_max_links’, ‘2’, ”, ‘yes’)
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_name FROM wp_options WHERE option_name = ‘default_email_category’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   INSERT INTO wp_options (option_name, option_value, option_description, autoload)
   VALUES (‘default_email_category’, ‘1’, ‘Posts by email go to this category’, ‘
   yes’)
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_name FROM wp_options WHERE option_name = ‘recently_edited’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   INSERT INTO wp_options (option_name, option_value, option_description, autoload)
   VALUES (‘recently_edited’, ”, ”, ‘yes’)
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_name FROM wp_options WHERE option_name = ‘use_linksupdate’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   INSERT INTO wp_options (option_name, option_value, option_description, autoload)
   VALUES (‘use_linksupdate’, ‘0’, ”, ‘yes’)
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_name FROM wp_options WHERE option_name = ‘template’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   INSERT INTO wp_options (option_name, option_value, option_description, autoload)
   VALUES (‘template’, ‘default’, ”, ‘yes’)
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_name FROM wp_options WHERE option_name = ‘stylesheet’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   INSERT INTO wp_options (option_name, option_value, option_description, autoload)
   VALUES (‘stylesheet’, ‘default’, ”, ‘yes’)
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_name FROM wp_options WHERE option_name = ‘comment_whitelist’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   INSERT INTO wp_options (option_name, option_value, option_description, autoload)
   VALUES (‘comment_whitelist’, ‘1’, ”, ‘yes’)
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_name FROM wp_options WHERE option_name = ‘page_uris’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   INSERT INTO wp_options (option_name, option_value, option_description, autoload)
   VALUES (‘page_uris’, ”, ”, ‘yes’)
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_name FROM wp_options WHERE option_name = ‘blacklist_keys’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   INSERT INTO wp_options (option_name, option_value, option_description, autoload)
   VALUES (‘blacklist_keys’, ”, ”, ‘yes’)
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_name FROM wp_options WHERE option_name = ‘comment_registration’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   INSERT INTO wp_options (option_name, option_value, option_description, autoload)
   VALUES (‘comment_registration’, ‘0’, ”, ‘yes’)
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_name FROM wp_options WHERE option_name = ‘open_proxy_check’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   INSERT INTO wp_options (option_name, option_value, option_description, autoload)
   VALUES (‘open_proxy_check’, ‘1’, ”, ‘yes’)
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_name FROM wp_options WHERE option_name = ‘rss_language’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   INSERT INTO wp_options (option_name, option_value, option_description, autoload)
   VALUES (‘rss_language’, ‘en’, ”, ‘yes’)
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_name FROM wp_options WHERE option_name = ‘html_type’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   INSERT INTO wp_options (option_name, option_value, option_description, autoload)
   VALUES (‘html_type’, ‘text/html’, ”, ‘yes’)
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_name FROM wp_options WHERE option_name = ‘use_trackback’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   INSERT INTO wp_options (option_name, option_value, option_description, autoload)
   VALUES (‘use_trackback’, ‘0’, ”, ‘yes’)
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_id FROM wp_options WHERE option_name = ‘blodotgsping_url’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_id FROM wp_options WHERE option_name = ‘bodyterminator’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_id FROM wp_options WHERE option_name = ’emailtestonly’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_id FROM wp_options WHERE option_name = ‘phoneemail_separator’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_id FROM wp_options WHERE option_name = ‘smilies_directory’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_id FROM wp_options WHERE option_name = ‘subjectprefix’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_id FROM wp_options WHERE option_name = ‘use_bbcode’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_id FROM wp_options WHERE option_name = ‘use_blodotgsping’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_id FROM wp_options WHERE option_name = ‘use_phoneemail’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_id FROM wp_options WHERE option_name = ‘use_quicktags’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_id FROM wp_options WHERE option_name = ‘use_weblogsping’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_id FROM wp_options WHERE option_name = ‘weblogs_cache_file’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_id FROM wp_options WHERE option_name = ‘use_preview’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_id FROM wp_options WHERE option_name = ‘use_htmltrans’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_id FROM wp_options WHERE option_name = ‘smilies_directory’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_id FROM wp_options WHERE option_name = ‘fileupload_allowedusers’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_id FROM wp_options WHERE option_name = ‘use_phoneemail’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_id FROM wp_options WHERE option_name = ‘default_post_status’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_id FROM wp_options WHERE option_name = ‘default_post_category’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_id FROM wp_options WHERE option_name = ‘archive_mode’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_id FROM wp_options WHERE option_name = ‘time_difference’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_id FROM wp_options WHERE option_name = ‘links_minadminlevel’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_id FROM wp_options WHERE option_name = ‘links_use_adminlevels’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_id FROM wp_options WHERE option_name = ‘links_rating_type’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_id FROM wp_options WHERE option_name = ‘links_rating_char’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_id FROM wp_options WHERE option_name = ‘links_rating_ignore_zero’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_id FROM wp_options WHERE option_name = ‘links_rating_single_image’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_id FROM wp_options WHERE option_name = ‘links_rating_image0’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_id FROM wp_options WHERE option_name = ‘links_rating_image1’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_id FROM wp_options WHERE option_name = ‘links_rating_image2’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_id FROM wp_options WHERE option_name = ‘links_rating_image3’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_id FROM wp_options WHERE option_name = ‘links_rating_image4’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_id FROM wp_options WHERE option_name = ‘links_rating_image5’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_id FROM wp_options WHERE option_name = ‘links_rating_image6’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_id FROM wp_options WHERE option_name = ‘links_rating_image7’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_id FROM wp_options WHERE option_name = ‘links_rating_image8’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_id FROM wp_options WHERE option_name = ‘links_rating_image9’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_id FROM wp_options WHERE option_name = ‘weblogs_cacheminutes’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_id FROM wp_options WHERE option_name = ‘comment_allowed_tags’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_id FROM wp_options WHERE option_name = ‘search_engine_friendly_urls’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_id FROM wp_options WHERE option_name = ‘default_geourl_lat’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_id FROM wp_options WHERE option_name = ‘default_geourl_lon’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_id FROM wp_options WHERE option_name = ‘use_default_geourl’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_id FROM wp_options WHERE option_name = ‘weblogs_xml_url’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   UPDATE wp_options SET `autoload` = ‘no’ WHERE option_name = ‘moderation_keys’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   UPDATE wp_options SET `autoload` = ‘no’ WHERE option_name = ‘recently_edited’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   UPDATE wp_options SET `autoload` = ‘no’ WHERE option_name = ‘blacklist_keys’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   UPDATE wp_options SET option_value = ‘Forex Trading’ WHERE option_name = ‘blogname’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   UPDATE wp_options SET option_value = ‘ghindson@aarontrade.com’ WHERE option_name
   = ‘admin_email’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_linkcategories’ doesn’t
   exist]
    INSERT INTO wp_linkcategories (cat_id, cat_name) VALUES (1, ‘Blogroll’)
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_links’ doesn’t exist]
   
   INSERT INTO wp_links (link_url, link_name, link_category, link_rss) VALUES (‘
   [http://blog.carthik.net/index.php&#8217](http://blog.carthik.net/index.php&#8217);,‘
   Carthik’, 1, ‘[http://blog.carthik.net/feed/&#8217](http://blog.carthik.net/feed/&#8217););
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_links’ doesn’t exist]
   
   INSERT INTO wp_links (link_url, link_name, link_category, link_rss) VALUES (‘
   [http://blogs.linux.ie/xeer/&#8217](http://blogs.linux.ie/xeer/&#8217);, ‘Donncha’,
   1, ‘[http://blogs.linux.ie/xeer/feed/&#8217](http://blogs.linux.ie/xeer/feed/&#8217););
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_links’ doesn’t exist]
   
   INSERT INTO wp_links (link_url, link_name, link_category, link_rss) VALUES (‘
   [http://zengun.org/weblog/&#8217](http://zengun.org/weblog/&#8217);, ‘Michel’,
   1, ‘[http://zengun.org/weblog/feed/&#8217](http://zengun.org/weblog/feed/&#8217););
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_links’ doesn’t exist]
   
   INSERT INTO wp_links (link_url, link_name, link_category, link_rss) VALUES (‘
   [http://boren.nu/&#8217](http://boren.nu/&#8217);, ‘Ryan’, 1, ‘[http://boren.nu/feed/&#8217](http://boren.nu/feed/&#8217););
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_links’ doesn’t exist]
   
   INSERT INTO wp_links (link_url, link_name, link_category, link_rss) VALUES (‘
   [http://photomatt.net/&#8217](http://photomatt.net/&#8217);, ‘Matt’, 1, ‘[http://xml.photomatt.net/feed/&#8217](http://xml.photomatt.net/feed/&#8217););
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_links’ doesn’t exist]
   
   INSERT INTO wp_links (link_url, link_name, link_category, link_rss) VALUES (‘
   [http://zed1.com/journalized/&#8217](http://zed1.com/journalized/&#8217);, ‘Mike’,
   1, ‘[http://zed1.com/journalized/feed/&#8217](http://zed1.com/journalized/feed/&#8217););
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_links’ doesn’t exist]
   
   INSERT INTO wp_links (link_url, link_name, link_category, link_rss) VALUES (‘
   [http://www.alexking.org/&#8217](http://www.alexking.org/&#8217);, ‘Alex’, 1,‘
   [http://www.alexking.org/blog/wp-rss2.php&#8217](http://www.alexking.org/blog/wp-rss2.php&#8217););
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_links’ doesn’t exist]
   
   INSERT INTO wp_links (link_url, link_name, link_category, link_rss) VALUES (‘
   [http://dougal.gunters.org/&#8217](http://dougal.gunters.org/&#8217);, ‘Dougal’,
   1, ‘[http://dougal.gunters.org/feed/&#8217](http://dougal.gunters.org/feed/&#8217););
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_categories’ doesn’t
   exist]
    INSERT INTO wp_categories (cat_ID, cat_name, category_nicename) VALUES(‘
   0’, ‘Uncategorized’, ‘uncategorized’)
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_posts’ doesn’t exist]
   
   INSERT INTO wp_posts (post_author, post_date, post_date_gmt, post_content, post_title,
   post_category, post_name, post_modified, post_modified_gmt) VALUES (‘1’, ‘2005-
   11-11 22:58:10’, ‘2005-11-12 03:58:10’, ‘Welcome to WordPress. This is your first
   post. Edit or delete it, then start blogging!’, ‘Hello world!’, ‘0’, ‘hello-world’,‘
   2005-11-11 22:58:10’, ‘2005-11-12 03:58:10’)
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_post2cat’ doesn’t exist]
   
   INSERT INTO wp_post2cat (`rel_id`, `post_id`, `category_id`) VALUES (1, 1, 1)
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_comments’ doesn’t exist]
   
   INSERT INTO wp_comments (comment_post_ID, comment_author, comment_author_email,
   comment_author_url, comment_author_IP, comment_date, comment_date_gmt, comment_content)
   VALUES (‘1’, ‘Mr WordPress’, ”, ‘[http://wordpress.org&#8217](http://wordpress.org&#8217);,‘
   127.0.0.1’, ‘2005-11-11 22:58:10’, ‘2005-11-12 03:58:10’, ‘Hi, this is a comment.
   To delete a comment, just log in, and view the posts\’ comments, there you will
   have the option to edit or delete them.’)
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_users’ doesn’t exist]
   
   INSERT INTO wp_users (ID, user_login, user_pass, user_nickname, user_email, user_level,
   user_idmode, user_registered) VALUES ( ‘1’, ‘admin’, MD5(‘fb0b39’), ‘Administrator’,‘
   ghindson@aarontrade.com’, ’10’, ‘nickname’, NOW() )
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_name FROM wp_options WHERE option_name = ‘siteurl’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   INSERT INTO wp_options (option_name, option_value, option_description, autoload)
   VALUES (‘siteurl’, ‘[http://aarontrade.com/forextrading&#8217](http://aarontrade.com/forextrading&#8217);,‘
   WordPress web address’, ‘yes’)
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_name FROM wp_options WHERE option_name = ‘blogname’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   INSERT INTO wp_options (option_name, option_value, option_description, autoload)
   VALUES (‘blogname’, ‘My Weblog’, ‘Blog title’, ‘yes’)
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_name FROM wp_options WHERE option_name = ‘blogdescription’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   INSERT INTO wp_options (option_name, option_value, option_description, autoload)
   VALUES (‘blogdescription’, ‘Just another WordPress weblog’, ‘Short tagline’, ‘
   yes’)
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_name FROM wp_options WHERE option_name = ‘new_users_can_blog’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   INSERT INTO wp_options (option_name, option_value, option_description, autoload)
   VALUES (‘new_users_can_blog’, ‘0’, ”, ‘yes’)
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_name FROM wp_options WHERE option_name = ‘users_can_register’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   INSERT INTO wp_options (option_name, option_value, option_description, autoload)
   VALUES (‘users_can_register’, ‘0’, ”, ‘yes’)
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_name FROM wp_options WHERE option_name = ‘admin_email’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   INSERT INTO wp_options (option_name, option_value, option_description, autoload)
   VALUES (‘admin_email’, ‘you@example.com’, ”, ‘yes’)
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_name FROM wp_options WHERE option_name = ‘start_of_week’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   INSERT INTO wp_options (option_name, option_value, option_description, autoload)
   VALUES (‘start_of_week’, ‘1’, ”, ‘yes’)
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_name FROM wp_options WHERE option_name = ‘use_balanceTags’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   INSERT INTO wp_options (option_name, option_value, option_description, autoload)
   VALUES (‘use_balanceTags’, ‘1’, ”, ‘yes’)
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_name FROM wp_options WHERE option_name = ‘use_smilies’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   INSERT INTO wp_options (option_name, option_value, option_description, autoload)
   VALUES (‘use_smilies’, ‘1’, ”, ‘yes’)
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_name FROM wp_options WHERE option_name = ‘require_name_email’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   INSERT INTO wp_options (option_name, option_value, option_description, autoload)
   VALUES (‘require_name_email’, ‘1’, ”, ‘yes’)
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_name FROM wp_options WHERE option_name = ‘comments_notify’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   INSERT INTO wp_options (option_name, option_value, option_description, autoload)
   VALUES (‘comments_notify’, ‘1’, ”, ‘yes’)
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_name FROM wp_options WHERE option_name = ‘posts_per_rss’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   INSERT INTO wp_options (option_name, option_value, option_description, autoload)
   VALUES (‘posts_per_rss’, ’10’, ”, ‘yes’)
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_name FROM wp_options WHERE option_name = ‘rss_excerpt_length’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   INSERT INTO wp_options (option_name, option_value, option_description, autoload)
   VALUES (‘rss_excerpt_length’, ’50’, ”, ‘yes’)
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_name FROM wp_options WHERE option_name = ‘rss_use_excerpt’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   INSERT INTO wp_options (option_name, option_value, option_description, autoload)
   VALUES (‘rss_use_excerpt’, ‘0’, ”, ‘yes’)
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_name FROM wp_options WHERE option_name = ‘use_fileupload’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   INSERT INTO wp_options (option_name, option_value, option_description, autoload)
   VALUES (‘use_fileupload’, ‘0’, ”, ‘yes’)
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_name FROM wp_options WHERE option_name = ‘fileupload_realpath’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   INSERT INTO wp_options (option_name, option_value, option_description, autoload)
   VALUES (‘fileupload_realpath’, ‘/hsphere/local/home/aarontra/aarontrade.com/forextrading/
   wp-content’, ”, ‘yes’)
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_name FROM wp_options WHERE option_name = ‘fileupload_url’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   INSERT INTO wp_options (option_name, option_value, option_description, autoload)
   VALUES (‘fileupload_url’, ‘/wp-content’, ”, ‘yes’)
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_name FROM wp_options WHERE option_name = ‘fileupload_allowedtypes’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   INSERT INTO wp_options (option_name, option_value, option_description, autoload)
   VALUES (‘fileupload_allowedtypes’, ‘jpg jpeg gif png’, ”, ‘yes’)
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_name FROM wp_options WHERE option_name = ‘fileupload_maxk’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   INSERT INTO wp_options (option_name, option_value, option_description, autoload)
   VALUES (‘fileupload_maxk’, ‘300’, ”, ‘yes’)
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_name FROM wp_options WHERE option_name = ‘fileupload_minlevel’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   INSERT INTO wp_options (option_name, option_value, option_description, autoload)
   VALUES (‘fileupload_minlevel’, ‘6’, ”, ‘yes’)
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_name FROM wp_options WHERE option_name = ‘mailserver_url’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   INSERT INTO wp_options (option_name, option_value, option_description, autoload)
   VALUES (‘mailserver_url’, ‘mail.example.com’, ”, ‘yes’)
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_name FROM wp_options WHERE option_name = ‘mailserver_login’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   INSERT INTO wp_options (option_name, option_value, option_description, autoload)
   VALUES (‘mailserver_login’, ‘login@example.com’, ”, ‘yes’)
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_name FROM wp_options WHERE option_name = ‘mailserver_pass’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   INSERT INTO wp_options (option_name, option_value, option_description, autoload)
   VALUES (‘mailserver_pass’, ‘password’, ”, ‘yes’)
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_name FROM wp_options WHERE option_name = ‘mailserver_port’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   INSERT INTO wp_options (option_name, option_value, option_description, autoload)
   VALUES (‘mailserver_port’, ‘110’, ”, ‘yes’)
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_name FROM wp_options WHERE option_name = ‘default_category’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   INSERT INTO wp_options (option_name, option_value, option_description, autoload)
   VALUES (‘default_category’, ‘1’, ”, ‘yes’)
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_name FROM wp_options WHERE option_name = ‘default_comment_status’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   INSERT INTO wp_options (option_name, option_value, option_description, autoload)
   VALUES (‘default_comment_status’, ‘open’, ”, ‘yes’)
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_name FROM wp_options WHERE option_name = ‘default_ping_status’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   INSERT INTO wp_options (option_name, option_value, option_description, autoload)
   VALUES (‘default_ping_status’, ‘open’, ”, ‘yes’)
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_name FROM wp_options WHERE option_name = ‘default_pingback_flag’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   INSERT INTO wp_options (option_name, option_value, option_description, autoload)
   VALUES (‘default_pingback_flag’, ‘1’, ”, ‘yes’)
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_name FROM wp_options WHERE option_name = ‘default_post_edit_rows’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   INSERT INTO wp_options (option_name, option_value, option_description, autoload)
   VALUES (‘default_post_edit_rows’, ‘9’, ”, ‘yes’)
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_name FROM wp_options WHERE option_name = ‘posts_per_page’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   INSERT INTO wp_options (option_name, option_value, option_description, autoload)
   VALUES (‘posts_per_page’, ’10’, ”, ‘yes’)
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_name FROM wp_options WHERE option_name = ‘what_to_show’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   INSERT INTO wp_options (option_name, option_value, option_description, autoload)
   VALUES (‘what_to_show’, ‘posts’, ”, ‘yes’)
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_name FROM wp_options WHERE option_name = ‘date_format’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   INSERT INTO wp_options (option_name, option_value, option_description, autoload)
   VALUES (‘date_format’, ‘F j, Y’, ”, ‘yes’)
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_name FROM wp_options WHERE option_name = ‘time_format’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   INSERT INTO wp_options (option_name, option_value, option_description, autoload)
   VALUES (‘time_format’, ‘g:i a’, ”, ‘yes’)
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_name FROM wp_options WHERE option_name = ‘links_updated_date_format’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   INSERT INTO wp_options (option_name, option_value, option_description, autoload)
   VALUES (‘links_updated_date_format’, ‘F j, Y g:i a’, ”, ‘yes’)
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_name FROM wp_options WHERE option_name = ‘links_recently_updated_prepend’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   INSERT INTO wp_options (option_name, option_value, option_description, autoload)
   VALUES (‘links_recently_updated_prepend’, ”, ”, ‘yes’)
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_name FROM wp_options WHERE option_name = ‘links_recently_updated_append’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   INSERT INTO wp_options (option_name, option_value, option_description, autoload)
   VALUES (‘links_recently_updated_append’, ”, ”, ‘yes’)
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_name FROM wp_options WHERE option_name = ‘links_recently_updated_time’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   INSERT INTO wp_options (option_name, option_value, option_description, autoload)
   VALUES (‘links_recently_updated_time’, ‘120’, ”, ‘yes’)
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_name FROM wp_options WHERE option_name = ‘comment_moderation’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   INSERT INTO wp_options (option_name, option_value, option_description, autoload)
   VALUES (‘comment_moderation’, ‘0’, ”, ‘yes’)
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_name FROM wp_options WHERE option_name = ‘moderation_notify’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   INSERT INTO wp_options (option_name, option_value, option_description, autoload)
   VALUES (‘moderation_notify’, ‘1’, ”, ‘yes’)
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_name FROM wp_options WHERE option_name = ‘permalink_structure’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   INSERT INTO wp_options (option_name, option_value, option_description, autoload)
   VALUES (‘permalink_structure’, ”, ”, ‘yes’)
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_name FROM wp_options WHERE option_name = ‘gzipcompression’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   INSERT INTO wp_options (option_name, option_value, option_description, autoload)
   VALUES (‘gzipcompression’, ‘0’, ”, ‘yes’)
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_name FROM wp_options WHERE option_name = ‘hack_file’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   INSERT INTO wp_options (option_name, option_value, option_description, autoload)
   VALUES (‘hack_file’, ‘0’, ”, ‘yes’)
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_name FROM wp_options WHERE option_name = ‘blog_charset’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   INSERT INTO wp_options (option_name, option_value, option_description, autoload)
   VALUES (‘blog_charset’, ‘UTF-8’, ”, ‘yes’)
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_name FROM wp_options WHERE option_name = ‘moderation_keys’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   INSERT INTO wp_options (option_name, option_value, option_description, autoload)
   VALUES (‘moderation_keys’, ”, ”, ‘yes’)
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_name FROM wp_options WHERE option_name = ‘active_plugins’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   INSERT INTO wp_options (option_name, option_value, option_description, autoload)
   VALUES (‘active_plugins’, ”, ”, ‘yes’)
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_name FROM wp_options WHERE option_name = ‘home’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   INSERT INTO wp_options (option_name, option_value, option_description, autoload)
   VALUES (‘home’, ”, ”, ‘yes’)
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_name FROM wp_options WHERE option_name = ‘category_base’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   INSERT INTO wp_options (option_name, option_value, option_description, autoload)
   VALUES (‘category_base’, ”, ”, ‘yes’)
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_name FROM wp_options WHERE option_name = ‘ping_sites’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   INSERT INTO wp_options (option_name, option_value, option_description, autoload)
   VALUES (‘ping_sites’, ‘[http://rpc.pingomatic.com/&#8217](http://rpc.pingomatic.com/&#8217);,”,‘
   yes’)
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_name FROM wp_options WHERE option_name = ‘advanced_edit’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   INSERT INTO wp_options (option_name, option_value, option_description, autoload)
   VALUES (‘advanced_edit’, ‘0’, ”, ‘yes’)
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_name FROM wp_options WHERE option_name = ‘comment_max_links’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   INSERT INTO wp_options (option_name, option_value, option_description, autoload)
   VALUES (‘comment_max_links’, ‘2’, ”, ‘yes’)
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_name FROM wp_options WHERE option_name = ‘default_email_category’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   INSERT INTO wp_options (option_name, option_value, option_description, autoload)
   VALUES (‘default_email_category’, ‘1’, ‘Posts by email go to this category’, ‘
   yes’)
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_name FROM wp_options WHERE option_name = ‘recently_edited’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   INSERT INTO wp_options (option_name, option_value, option_description, autoload)
   VALUES (‘recently_edited’, ”, ”, ‘yes’)
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_name FROM wp_options WHERE option_name = ‘use_linksupdate’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   INSERT INTO wp_options (option_name, option_value, option_description, autoload)
   VALUES (‘use_linksupdate’, ‘0’, ”, ‘yes’)
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   SELECT option_name FROM wp_options WHERE option_name = ‘template’
 * WordPress database error: [Table ‘AaronTr_ForexTrading.wp_options’ doesn’t exist]
   
   INSERT INTO wp_options (option_name, option_value, option_description, autoload)
   VALU

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

 *  [chaaban](https://wordpress.org/support/users/chaaban/)
 * (@chaaban)
 * [20 years, 6 months ago](https://wordpress.org/support/topic/database-1-2/#post-282081)
 * did you give the user the full right on the database when u added it ?
 * also we cant see the first thing :
 * you said ” Trying to install WP and got to the last step. However, when I try
   to install it I get: “
 * then nothing 🙂
 *  Thread Starter [skrp](https://wordpress.org/support/users/skrp/)
 * (@skrp)
 * [20 years, 6 months ago](https://wordpress.org/support/topic/database-1-2/#post-282091)
 * Thanks chaaban gave full permission and it finished installing without a hitch.
 * Thanks againg.

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

The topic ‘Database’ is closed to new replies.

## Tags

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

 * In: [Installing WordPress](https://wordpress.org/support/forum/installation/)
 * 2 replies
 * 2 participants
 * Last reply from: [skrp](https://wordpress.org/support/users/skrp/)
 * Last activity: [20 years, 6 months ago](https://wordpress.org/support/topic/database-1-2/#post-282091)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
