Page 1 of 1

Database Table

Posted: Tue 3. Oct 2006, 15:24
by bench1254
I am a bit of a newbie at this so pardon my ignorance.

During the installation, I can not get past "create all db tables". the information being entered appears correct. Permissions are correct. My database is named benchmar_authuser -- Should I assign an initial table to this database?

Error Message:

Warning: mysql_pconnect() [function.mysql-pconnect]: Access denied for user 'root'@'localhost' (using password: YES) in /home/benchmar/public_html/phpcms/setup/setup.php on line 54

Warning: mysql_select_db(): supplied argument is not a valid MySQL-Link resource in /home/benchmar/public_html/phpcms/setup/setup.php on line 58


Not sure where the problem exists.

Thanks.

Posted: Tue 3. Oct 2006, 16:00
by flip-flop
Hi bench1254,

first you must create the db "benchmar_authuser" via phpMaAdmin.

Knut

Posted: Tue 3. Oct 2006, 16:08
by bench1254
I have done that. PhpMyAdmin is showing it created in left column with 0 tables.

I am trying to shut off the globals at this point in the .htaccess file.

would this help?

Posted: Tue 3. Oct 2006, 17:13
by juergen
Hi,

it is recommended to login into database not as root, but as user with the correct login data of a before created (if not existant) user



Jürgen

Posted: Tue 3. Oct 2006, 17:47
by bench1254
Thanks for everyone's help. I got things working for now.

Once again, Thanks.