In the user end of CPanel a database can be created without a problem, however when a user is created and you try to ad that user to the database it fails.
In CPanel I get this:
Connection Strings
Perl $dbh = DBI-&connect(&DBI:mysql:hostus_forum:localhost&,&hostus_hostus&,&&PASSWORD HERE&&
;
PHP $dbh=mysql_connect (&localhost&, &hostus_hostus&, &&PASSWORD HERE&&
or die ('I cannot connect to the database.');
mysql_select_db (&hostus_forum&
;
JDBC (may not be avalible) &%@ page import=&java.sql.*& %&
Connection connection = null;
Class.forName(&org.gjt.mm.mysql.Driver&
.newInstance();
connection = DriverManager.getConnection(
&jdbc:mysql://localhost/hostus_forum?user=hostus_hostus&password=&PASSWORD HERE&&
;
Has anyone else had this same problem, and if yes, what was used to workaround it.
Thanks in advance.
In CPanel I get this:
Connection Strings
Perl $dbh = DBI-&connect(&DBI:mysql:hostus_forum:localhost&,&hostus_hostus&,&&PASSWORD HERE&&
PHP $dbh=mysql_connect (&localhost&, &hostus_hostus&, &&PASSWORD HERE&&
mysql_select_db (&hostus_forum&
JDBC (may not be avalible) &%@ page import=&java.sql.*& %&
Connection connection = null;
Class.forName(&org.gjt.mm.mysql.Driver&
connection = DriverManager.getConnection(
&jdbc:mysql://localhost/hostus_forum?user=hostus_hostus&password=&PASSWORD HERE&&
Has anyone else had this same problem, and if yes, what was used to workaround it.
Thanks in advance.