Page 1 of 1

Cant get install to complete

Posted: 19 Feb 2012, 12:32
by rob_B
I am about to give up on installing this S/W as I can not get the install to complete!

Centos 5.7
MYSQL 5.1
PHP 5.1.6
Apache 2 handler

I run the install and it fails at the end stating the db user has no access. It creates the tables, but will not let the user btadmin in! The user is there and can access the db

mysql -ubtadmin -pbtadmin bugtracker works fine (I changed the password for this example; but it works OK from the command line.)

Directory/file permissions OK config_inc.php has been created and looks OK

<?php
$g_hostname = 'localhost';
$g_db_type = 'mysql';
$g_database_name = 'bugtracker';
$g_db_username = 'btadmin';
$g_db_password = 'btadmin'
?>

But still it won't go in.

I have read the manuals before someone kindly suggests this as a solution; several times in fact, but it is of no help to me i'm afraid.

Any suggestions welcome.

Thanks in advance.

Rob

Re: Cant get install to complete

Posted: 19 Feb 2012, 18:28
by istvanb
Actually you have a missing semicolon right at the end of the password line.

Can you login via phpmyadmin?