Menu

Connect.ini.php PLEASE HELP!!!!!!

Help
2006-02-25
2013-03-22
  • TickleTheMuse

    TickleTheMuse - 2006-02-25

    What, exactly, has to be changed in the connect.ini.php file?  I'm trying desperately to get some kind of formmaker to work for me, but not many people are offering real help.  I sure hope MySQL-Formmaker people WILL give me the help I need.  I've been working for days to get this working and have changed the ini file to everything I could think of without success.  Still no connection.

    ANY HELP HERE OR am I going to be ignored like the OTHER forums in the sourceforge site?  I've been waiting for days on another forum and there's still no replies. 

     
    • Nobody/Anonymous

      Hi, you have to change the connection settings so the script can connect to mysql and well basically work. For the script to work, you need a mysql-server where you create a database and you configure users/password.

      $DB_HOST = "localhost"; -> name of computer, usually localhost;
      $DB_USER = "root"; -> name of the user
      $DB_PASS = ""; -> password of the user
      $DB_NAME = "mysqlfm_dev"; -> database name you've created where you imported MySQL-Formmaker.sql (in this.

      Good luck,
      Kris

       

Log in to post a comment.