I was hoping to get some advice please and pointers on mySQL database strings in the config-inc file for PHPOpenChat. I keep failing the mysql test & I'm trying to install PHPOpenChat. The testing url isn't giving me all green lights at mytopleveldomain.com/phpopenchat/test.php after running through the possibilities.
I can't remember if I'm supposed to include the underscores or not, but it seems like I've tried all the combinations. It's ssweet_pchat, but the database is just _pchat anf the tables are poc_ so I tried localhost for database host but it isn't working.
* database account settings
*/
define('DATABASE_HOST', 'localhost');
define('DATABASE_USER', 'pchat');
define('DATABASE_PASSWORD', 'Ssweet123');
define('DATABASE_TABLESPACE', 'poc');/* The value 'poc' is an example only!
* a tablespace contains your sql-tables
* MySQL calls it 'database', so you have to enter the name of your database here.
* If you don't have such a tablespace already, MySQL users have to do:
* # mysqladmin create DATABASE_TABLESPACE
* # mysql -u DATABASE_USER -pDATABASE_PASSWORD DATABASE_TABLESPACE < /your/path/to/phpopenchat/db.schema
*/
define('DATABASE_TABLE_PREFIX', 'poc');
Thanks for any assistance you can give me. I appreciate it greatly!
Sincerely,
Esteban
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello there,
I was hoping to get some advice please and pointers on mySQL database strings in the config-inc file for PHPOpenChat. I keep failing the mysql test & I'm trying to install PHPOpenChat. The testing url isn't giving me all green lights at mytopleveldomain.com/phpopenchat/test.php after running through the possibilities.
I can't remember if I'm supposed to include the underscores or not, but it seems like I've tried all the combinations. It's ssweet_pchat, but the database is just _pchat anf the tables are poc_ so I tried localhost for database host but it isn't working.
Thanks for any assistance you can give me. I appreciate it greatly!
Sincerely,
Esteban