Wordpress Multisite “Error establishing a database connection” in localhost

后端 未结 11 1432
北荒
北荒 2020-12-24 14:04

When attempting to convert WordPress to a Multisite setup, I get the error:

Error establishing a database connection

I\'m using

11条回答
  •  被撕碎了的回忆
    2020-12-24 14:31

    You need to add to your wp-config.php:

    define('MULTISITE', true);
    

    I had the same problem. I skipped this line because I already had define('WP_ALLOW_MULTISITE', true); in my wp-config and it looked to me the same.

提交回复
热议问题