Installation issue with MSSQL
-
Hi, I am trying to configre wordpress with MSSQL and the database connection was successfull.
But after filling the wordpress deatils on install => step 1 and click on “Install WordPress” then i am getting following error. Is any idea how to fix this error for my MSSQL.
WordPress database error: [[Microsoft][ODBC Driver 11 for SQL Server][SQL Server]Incorrect syntax near ','.] INSERT INTO wp_options (option_name, option_value, autoload) VALUES ( N'siteurl', N'https://wordpresswithsql', N'yes'), ( N'home', N'https://wordpresswithsql', N'yes'), ( N'blogname', N'My Site', N'yes'), ( N'blogdescription', N'Just another WordPress site', N'yes'), ( N'users_can_register', N'0', N'yes'), ( N'admin_email', N'[email protected]', N'yes'), ( N'start_of_week', N'1', N'yes'), ( N'use_balanceTags', N'0', N'yes'), ( N'use_smilies', N'1', N'yes'), ( N'require_name_email', N'1', N'yes'), ( N'comments_notify', N'1', N'yes'), ( N'posts_per_rss', N'10', N'yes'), ( N'rss_use_excerpt', N'0', N'yes'), ( N'mailserver_url', N'mail.example.com', N'yes'), ( N'mailserver_login', N'[email protected]', N'yes'), ( N'mailserver_pass', N'password', N'yes'), ( N'mailserver_port', N'110', N'yes'), ( N'default_category', N'1', N'yes'), ( N'default_comment_status', N'open', N'yes'), ( N'default_ping_status', N'open', N'yes'), ( N'default_pingback_flag', N'1', N'yes'), ( N'posts_per_page', N'10', N'yes'), ( N'date_format', N'F j, Y', N'yes'), ( N'time_format', N'g:i a', N'yes'), ( N'links_updated_date_format', N'F j, Y g:i a', N'yes'), ( N'comment_moderation', N'0', N'yes'), ( N'moderation_notify', N'1', N'yes'), ( N'permalink_structure', N'', N'yes'), ( N'gzipcompression', N'0', N'yes'), ( N'hack_file', N'0', N'yes'), ( N'blog_charset', N'UTF-8', N'yes'), ( N'moderation_keys', N'', N'no'), ( N'active_plugins', N'a:0:{}', N'yes'), ( N'category_base', N'', N'yes'), ( N'ping_sites', N'https://rpc.pingomatic.com/', N'yes'), ( N'advanced_edit', N'0', N'yes'), ( N'comment_max_links', N'2', N'yes'), ( N'gmt_offset', N'0', N'yes'), ( N'default_email_category', N'1', N'yes'), ( N'recently_edited', N'', N'no'), ( N'template', N'twentyfifteen', N'yes'), ( N'stylesheet', N'twentyfifteen', N'yes'), ( N'comment_whitelist', N'1', N'yes'), ( N'blacklist_keys', N'', N'no'), ( N'comment_registration', N'0', N'yes'), ( N'html_type', N'text/html', N'yes'), ( N'use_trackback', N'0', N'yes'), ( N'default_role', N'subscriber', N'yes'), ( N'db_version', N'31535', N'yes'), ( N'uploads_use_yearmonth_folders', N'1', N'yes'), ( N'upload_path', N'', N'yes'), ( N'blog_public', N'1', N'yes'), ( N'default_link_category', N'2', N'yes'), ( N'show_on_front', N'posts', N'yes'), ( N'tag_base', N'', N'yes'), ( N'show_avatars', N'1', N'yes'), ( N'avatar_rating', N'G', N'yes'), ( N'upload_url_path', N'', N'yes'), ( N'thumbnail_size_w', N'150', N'yes'), ( N'thumbnail_size_h', N'150', N'yes'), ( N'thumbnail_crop', N'1', N'yes'), ( N'medium_size_w', N'300', N'yes'), ( N'medium_size_h', N'300', N'yes'), ( N'avatar_default', N'mystery', N'yes'), ( N'large_size_w', N'1024', N'yes'), ( N'large_size_h', N'1024', N'yes'), ( N'image_default_link_type', N'file', N'yes'), ( N'image_default_size', N'', N'yes'), ( N'image_default_align', N'', N'yes'), ( N'close_comments_for_old_posts', N'0', N'yes'), ( N'close_comments_days_old', N'14', N'yes'), ( N'thread_comments', N'1', N'yes'), ( N'thread_comments_depth', N'5', N'yes'), ( N'page_comments', N'0', N'yes'), ( N'comments_per_page', N'50', N'yes'), ( N'default_comments_page', N'newest', N'yes'), ( N'comment_order', N'asc', N'yes'), ( N'sticky_posts', N'a:0:{}', N'yes'), ( N'widget_categories', N'a:0:{}', N'yes'), ( N'widget_text', N'a:0:{}', N'yes'), ( N'widget_rss', N'a:0:{}', N'yes'), ( N'uninstall_plugins', N'a:0:{}', N'no'), ( N'timezone_string', N'', N'yes'), ( N'page_for_posts', N'0', N'yes'), ( N'page_on_front', N'0', N'yes'), ( N'default_post_format', N'0', N'yes'), ( N'link_manager_enabled', N'0', N'yes'), ( N'initial_db_version', N'31535', N'yes') WordPress database error: [[Microsoft][ODBC Driver 11 for SQL Server][SQL Server]Incorrect syntax near the keyword 'FULL'.] SHOW FULL COLUMNS FROM wp_options WordPress database error: [[Microsoft][ODBC Driver 11 for SQL Server][SQL Server]Incorrect syntax near ','.] DELETE a, b FROM wp_options a, wp_options b WHERE a.option_name LIKE N'\_transient\_%1$s\_transient\_timeout\_%2$s_transient_timeout_', SUBSTRING( a.option_name, 12 ) ) AND b.option_value < 1432104092 WordPress database error: [[Microsoft][ODBC Driver 11 for SQL Server][SQL Server]Incorrect syntax near ','.] DELETE a, b FROM wp_options a, wp_options b WHERE a.option_name LIKE N'\_site\_transient\_%1$s\_site\_transient\_timeout\_%2$s_site_transient_timeout_', SUBSTRING( a.option_name, 17 ) ) AND b.option_value < 1432104092 WordPress database error: [[Microsoft][ODBC Driver 11 for SQL Server][SQL Server]Incorrect syntax near the keyword 'FULL'.] SHOW FULL COLUMNS FROM wp_options WordPress database error: [[Microsoft][ODBC Driver 11 for SQL Server][SQL Server]Incorrect syntax near the keyword 'FULL'.] SHOW FULL COLUMNS FROM wp_options WordPress database error: [[Microsoft][ODBC Driver 11 for SQL Server][SQL Server]Incorrect syntax near the keyword 'FULL'.] SHOW FULL COLUMNS FROM wp_options
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Installation issue with MSSQL’ is closed to new replies.