Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Configuring Config.php file?


worrypascanada
Member

@worrypascanada

Here is what I have within my MySQL database cPanel:

MySQL Account Maintenance

Current Databases:

patrimoi_joom1

Users in joom1

patrimoi_joom1 (Privileges: ALL PRIVILEGES)

Connection Strings

Perl $dbh = DBI->connect(“DBI:mysql:***:localhost”,”***”,”<PASSWORD HERE>”);

PHP $dbh=mysql_connect (“localhost”, “***”, “<PASSWORD HERE>”) or die (‘I cannot connect to the database because: ‘ . mysql_error());

mysql_select_db (“***”);

***

Users in ncls1

*** (Privileges: ALL PRIVILEGES)

Connection Strings

Perl $dbh = DBI->connect(“DBI:mysql:***:localhost”,”***”,”<PASSWORD HERE>”);

PHP $dbh=mysql_connect (“localhost”, “***”, “<PASSWORD HERE>”) or die (‘I cannot connect to the database because: ‘ . mysql_error());

mysql_select_db (“***”);

***

***

Users in smf1

*** (Privileges: ALL PRIVILEGES)

Connection Strings

Perl $dbh = DBI->connect(“DBI:mysql:***:localhost”,”***”,”<PASSWORD HERE>”);

PHP $dbh=mysql_connect (“localhost”, “***”, “<PASSWORD HERE>”) or die (‘I cannot connect to the database because: ‘ . mysql_error());

mysql_select_db (“***”);

***

Users in wrdp1

*** (Privileges: ALL PRIVILEGES)

Connection Strings

Perl $dbh = DBI->connect(“DBI:mysql:***:localhost”,”***”,”<PASSWORD HERE>”);

PHP $dbh=mysql_connect (“localhost”, “***”, “<PASSWORD HERE>”) or die (‘I cannot connect to the database because: ‘ . mysql_error());

mysql_select_db (“***”);

Skip to toolbar