Database connection trouble

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
nico93100b

Database connection trouble

Post by nico93100b »

Hi,
I'm trying to run Mantis. I have some trouble :
1) I'm getting :

"APPLICATION ERROR #402

Database selection failed. Error received from database was #1044: Access denied for user: 'nico93100b_demo@70.84.211.98' to database 'nico9300b_demo'"

2)When I'm going y to admin/check.php :


- Opening connection to database on host [webpal.info:3306] with username [nico93100b_demo] : GOOD
- Selecting database [nico9300b_demo] : BAD

What do I have to do ?


Thanks
Nicolas
thraxisp
Developer
Posts: 509
Joined: 14 Feb 2005, 03:38
Location: Ottawa, Canada
Contact:

Post by thraxisp »

Create the database?

If this is a new installation, there is a file in the sql directory to be executed to create the initial database.
nico93100b

Post by nico93100b »

Thanks for replying.
I've already created the database. So, ...?

Good evening
thraxisp
Developer
Posts: 509
Joined: 14 Feb 2005, 03:38
Location: Ottawa, Canada
Contact:

Post by thraxisp »

Does the database user "nico9300b_demo" have access to the database from your address? If you are using mysql, the mysql_access script may help debug this.
Post Reply