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.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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.
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