I have been trying all day to connect to my database through botchief, but it always tells me impossible to connect. This is the syntax I am using in the field labeled "connect string" Server=myServerAddress;Database=myDataBase;User Id=myUsername;Password=myPassword;
I also tried this (for pearl):
$dbh = DBI->connect("DBI:mysql:cpuser_db:localhost","cpuser_dbuser","password");DBI->connect("DBI:mysql:cpUsername_dbNamelocalhost","cpUsername_dbUsername","password");
and this (for php)
$dbh=mysql_connect ("localhost", "cpuser_dbuser", "password") or die ('I cannot connect to the database because: ' . mysql_error());
mysql_select_db ("cpuser_db");
but it tells me the password dbh is not valid...
anyway, please provide documentation for botchief, it is so poorly documented...thanks