Im Lost

Discussion in 'Installation/Configuration' started by gronkie, Oct 15, 2007.

  1. gronkie

    gronkie New Member

    I am a newbie to CENTOS 5 and linux, i have had nothing but trouble trying to get php to work and now i got that to work ispconfig is saying missing database is there justa setup file / script that tales care of everything i saw a setup file in the ispconfig file asked me a few questions and that was the end of that

    please contact me via email [email protected]
     
  2. chancer

    chancer New Member

    Did you set up a database, a database user and a password for that user and enter them into the ISPConfig set up.

    Is ISPConfig installed yet, or is the error message coming up part way through the installation process?

    Firstly, find out which commands the ISPConfig database user needs to be allowed. I can't find it just now.

    If it's part way through, before you can do anything else you need to log in to MySQL as root (mysql -u root -p mysql and it will ask for your root password) then:

    create database mydatabase; // don't forget the semi colons they are essential in mysql commands

    grant select,delete,whatever-the-privileges-are on mydatabase.* to 'username'@'localhost' identified by 'password';

    quit

    and you're done, back to the shell prompt.
     

Share This Page