Cant get install to complete

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
rob_B
Posts: 1
Joined: 19 Feb 2012, 12:20

Cant get install to complete

Post 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
istvanb
Posts: 226
Joined: 22 Aug 2010, 21:00

Re: Cant get install to complete

Post by istvanb »

Actually you have a missing semicolon right at the end of the password line.

Can you login via phpmyadmin?
Post Reply