0
I installed the wordpress on a server, and it worked all right, meanwhile when I try to add the function:
define('MULTISITE', true);
All pages appear the following error:
"Error when establishing a connection to the Database"
Apparently wordpress is not creating some necessary tables, but it is a new installation and when I comment the line of Multisite it works normally.