I'm in!! You guys are great!
Thanks
Got another problem now :/
Step 3 of the installation, this is the info that I'm putting in:
Database Type:
Database host address: localhost
Database host port: 3306
Database name: sharpei_cms
Username: sharpei_penski
Password:
Table prefix cms_
Create Tables (Warning: Deletes existing data)
and this is the error message:
'Warning: mysql_connect(): Access denied for user: 'sharpei_penski@localhost' (Using password: YES) in /home/sharpei/public_html/lib/adodb/drivers/adodb-mysql.inc.php on line 339
Connection failed'
This is the db info (i think!)
Users in cms
sharpei_penski (Privileges: ALL PRIVILEGES)
Connection Strings
Perl $dbh = DBI->connect("DBI:mysql:sharpei_cms:localhost","sharpei_penski","");
PHP $dbh=mysql_connect ("localhost", "sharpei_penski", "") or die ('I cannot connect to the database because: ' . mysql_error());
mysql_select_db ("sharpei_cms");
I'm not sure what's going on, any ideas?
