Error establishing a database connection
-
Actually i want to migrate my wordpress to multisite. for that i have added new lines of codes on wp-config.php file. followed to that relogin to admin site then need to enable Network setup as per the wordpress guide line.
once enable multisite. then while configure networksetup(admin: Tool-> Network Setup)
that time need to update following line of code at wp-config.php
define('MULTISITE', true); define('SUBDOMAIN_INSTALL', false); define('DOMAIN_CURRENT_SITE', 'domain.com'); define('PATH_CURRENT_SITE', '/'); define('SITE_ID_CURRENT_SITE', 1); define('BLOG_ID_CURRENT_SITE', 1);
and phpMyAdmin site
i have modified at wp_option table itself
home : https://hibrise.com
siteurl : https://hibirse.comthe final result is “Error establishing a database connection”
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Error establishing a database connection’ is closed to new replies.