Php Open Source javascms free enterprise website creation system installation error php javascms installation error
An error occurred while installing the open source Official CMS free enterprise website building system
Failed to detect database! What's going on? Which of the following experts can help you?
Error message:
My database configuration file config. php
$ Db ['hostname'] = '2017. 0.0.1 ';
$ Db ['username'] = 'root ';
$ Db ['password'] = 'root ';
$ Db ['database'] = 'mongogod ';
$ Db ['dbdriver '] = 'mysql ';
$ Db ['dbprefix'] = 'Tay _';
$ Db ['pconnect '] = TRUE;
$ Db ['DB _ debug'] = TRUE;
$ Db ['cache _ on'] = FALSE;
$ Db ['cachedir'] = '';
$ Db ['char _ set'] = 'utf8 ';
$ Db ['dbcollat'] = 'utf8 _ general_ci ';
$ Db ['swap _ pre'] = '';
$ Db ['autoinit '] = TRUE;
$ Db ['stricton '] = FALSE;
And config. example. php.
$ Db ['hostname'] = '{hostname }';
$ Db ['username'] = '{username }';
$ Db ['password'] = '{password }';
$ Db ['database'] = '{database }';
$ Db ['dbdriver '] = 'mysql ';
$ Db ['dbprefix'] = '{dbprefix }';
$ Db ['pconnect '] = TRUE;
$ Db ['DB _ debug'] = TRUE;
$ Db ['cache _ on'] = FALSE;
$ Db ['cachedir'] = '';
$ Db ['char _ set'] = 'utf8 ';
$ Db ['dbcollat'] = 'utf8 _ general_ci ';
$ Db ['swap _ pre'] = '';
$ Db ['autoinit '] = TRUE;
$ Db ['stricton '] = FALSE;
I have built all my local databases! Wait for help!
Reply to discussion (solution)
The prompt is not clear. mysql and gd databases are not generated!
You can try phpmyadmin on the webpage to see if the database can be accessed?