PDA

View Full Version : 1.4.3.2 Installation problem


diederik
01-22-2008, 12:38 PM
First off all nice program we tend to use it how ever and this is been discussed before why not restrict the forum to english only. The world is getting smaller and
am not great fan of english myself but almost everybody speaks it or can read it.
You problably have 60 % of the it people that want to try it just giving up because not enough documentation or dont speak french.

The problem
im using php 5 mysql 5 apache 2 debian etch and 1.4.3.2 followed the wiki for the installation with some trail and error got the program running no errors what so ever.
I created the admin user but now i cant login when i watch in my db the tables "contact" is empty.

Any idea what i did wrong and how i can fix it we probably use it for our server farm and if its ok promote it to other ppl. Just dont want to write everything myself in the wiki time is money.

cheers

diederik
01-22-2008, 03:48 PM
Problem solved

The howto on the wiki isnt compleet first of all its a howto for 1.4.1 and not for 1.4.2.3

1 MAJOR thing he forgot to add was that you cant give centreon a custom database user it is default "oreon" make sure you make 2 databases in your mysql ( maybe a idea )

create database oreon;
creat database ods;

Then create the user "oreon" and give it all the rights on those to database then you should be set.

Also i dont think you need to do the patches anymore in the howto reading the changelogs. And de debian mysql tweak either but will get back to that soon.

cheers