Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Intergration. Will not let me logon using my wordpress login

Users in wrdp1

thechamp_risal (Privileges: ALL PRIVILEGES)

Connection Strings

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

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

mysql_select_db (“thechamp_wrdp1”);

thechamp_wrdp1 (Privileges: ALL PRIVILEGES)

Connection Strings

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

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

mysql_select_db (“thechamp_wrdp1”);

here is MySql info also. Is there a way i could just run a standalone install and after the install intergrate them?

Skip to toolbar