Error whilst install.php: Table ‘wordpress.wp_options’ doesn’t exist
-
Hi together,
I’m trying to install WP 6.0 EN on Windows 2022 Server Datacenter Edition with IIS 10 (Build 10.0.20348.1), PHP 8.1.6 and MySQL 8.0. I created the tatabase wordpress in MySQL and I’m using the user “root” in the wp_config.phph. When I’m running install.php the database connection can be established correctly (when I missspell the password I’m getting a regular error maessage). Instead of installing WordPress I’m getting the following error:
WordPress database error Table ‘wordpress.wp_options’ doesn’t exist for query INSERT INTO
wp_options
(option_name
,option_value
,autoload
) VALUES (‘nonce_key’, ‘q(zaaYeY9N37V#n-q@/%?-DHt(Uv4l^Dj5f(&OH?t3g-fbyw#Y>r /0~%~i@i+M', 'no') ON DUPLICATE KEY UPDATE
option_name= VALUES(
option_name),
option_value= VALUES(
option_value),
autoload= VALUES(
autoload`) made by wp_can_install_language_pack, WP_Upgrader->fs_connect, Automatic_Upgrader_Skin->request_filesystem_credentials, WP_Upgrader_Skin->request_filesystem_credentials, request_filesystem_credentials, wp_nonce_field, wp_create_nonce, wp_hash, wp_salt, update_site_option, update_network_option, add_network_option, add_optionTried to debug and fix the problem using XDebug, but couldn’t find the reason for that so far.
Does anybody has a solution for that problem?
Before WP 6.0 I also tried it with WP 5.9.1 DE, same problem.
Many tx in advance
- The topic ‘Error whilst install.php: Table ‘wordpress.wp_options’ doesn’t exist’ is closed to new replies.