Menu

Configurer PHPGedView

Help
Anonymous
2003-10-04
2003-10-06
  • Anonymous

    Anonymous - 2003-10-04

    I never used phpgedviewer.
    I just download the last version.
    Successfull test with index files. It run fine.
    I tried to run with Mysql in another directory (I use it from a long time).

    I configure
    Mysql/localhost/root//genealogie
    I have no password

    The system ask to create a user. Input
    Back to the config page
    I have the message (in french)
    "La configuration actuelle de votre base de donnes est inadquate".

    In my database the table pgv_users is created but empty.
    Is it a password problem ?

     
    • John Finlay

      John Finlay - 2003-10-06

      This means that the configuration parameters used to connect you to the MySQL database are not correct. 

      It either wasn't able to connect the database or the database username and password do not have the necessary privileges to insert into the table.

      Check your database configuration parameters again by going to editconfig.php and check to make sure that the "MySQL Host", "Username", "Password", and "Database Name" are all correct and the the user specified in "Username" has "CREATE, SELECT, INSERT, and DELETE" delete privileges on the database specified in "Database Name".

      --John

       

Log in to post a comment.