About Installation

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
zouyourou
Posts: 2
Joined: 11 Aug 2009, 07:22

About Installation

Post by zouyourou »

Hi everyone,
I have downloaded the Mantis 1.1.8.
When I use it,it go to the install.php page.
In this page,it need two accounts.
Username (for Database)
Password (for Database)
and
Admin Username (to create Database)
Admin Password (to create Database)
What does every account mean?
I have a root account for mysql.
Then, I try to use root account for the two accounts.But some errors occurred.
Can any one help me? Thanks.
Buga
Posts: 74
Joined: 31 Mar 2008, 12:10

Re: About Installation

Post by Buga »

its enough to add the mysql account in the first 2 boxes when it has root priviledges. Simly let the fields to create database empty.

And we cant help you with your errors if you dont post them:)
zouyourou
Posts: 2
Joined: 11 Aug 2009, 07:22

Re: About Installation

Post by zouyourou »

Buga wrote:its enough to add the mysql account in the first 2 boxes when it has root priviledges. Simly let the fields to create database empty.

And we cant help you with your errors if you dont post them:)
I have a root account for sql.I fill it in the first 2boxes.
I let he second 2 boxes empty.Then, I try to install.
But errors also appear.
The installation reslut:
Setting Database Hostname GOOD
Setting Database Type GOOD
Checking PHP support for database type GOOD
Setting Database Username GOOD
Setting Database Password GOOD
Setting Database Name GOOD
Setting Admin Username POSSIBLE PROBLEM
admin user name is blank, using database user instead
Setting Admin Password POSSIBLE PROBLEM
admin user password is blank, using database user password instead

Attempting to connect to database as admin GOOD

Checking Installation...
Checking for register_globals are off for mantis GOOD
Attempting to connect to database as user POSSIBLE PROBLEM
Database user doesn't have access to the database ( Unknown database 'bugtracker' )

checking ability to SELECT records BAD
Database user doesn't have SELECT access to the database ( Unknown database 'bugtracker' )
checking ability to INSERT records BAD
Database user doesn't have INSERT access to the database ( Unknown database 'bugtracker' )
checking ability to UPDATE records BAD
Database user doesn't have UPDATE access to the database ( Unknown database 'bugtracker' )
checking ability to DELETE records BAD
Database user doesn't have DELETE access to the database ( Unknown database 'bugtracker' )
Post Reply