Checking ability to select records

MantisBT forum for users who prefer to ask and answer questions in French.

Moderators: Developer, Contributor

Post Reply
bombino59
Posts: 1
Joined: 12 Jun 2012, 14:54

Checking ability to select records

Post by bombino59 »

Bonjour,

J'ai rencontré un problème lors de l'installation de mantis BT.

Voici ma configuration :
Linux CentOS 6.2 x64
MySQL : v5.1.61
PHP : v5.3.3
Serveur web : httpd 2.2.15
MANTIS : v1.2.10

Dans l'ensemble l'installation se passe bien, cependant j'ai quelques erreurs :
-Your database has not been created yet. Please create the database, then install the tables and data using the information above before proceeding.

-Checking for register_globals are off for mantis : GOOD
Attempting to connect to database as user : GOOD
-Checking ability to SELECT records : BAD (Database user doesn't have SELECT access to the database....)
-Checking ability to INSERT records : BAD (Database user doesn't have INSERT access to the database....)
-Checking ability to UPDATE records : BAD (Database user doesn't have UPDATE access to the database....)
-Checking ability to DELETE records : BAD (Database user doesn't have DELETE access to the database....)

Pouvez-vous m’orienter SVP.

A+
Lapinkiller
Posts: 408
Joined: 28 Jan 2011, 18:47
Location: France
Contact:

Re: Checking ability to select records

Post by Lapinkiller »

Bonjour

il semblerait que l'utilisateur utilisé n'est pas de droits d'écriture sur ta base MySQL, il faut que tu aille dans phpmyadmin (par exemple) et que tu vérifies ce qu'a le droit de faire ton user sql ;)
Lapinkiller,
French PHP developer
New look for your mantis : http://www.mantisbt.org/forums/viewtopi ... =4&t=20055
Post Reply