I have installed Apache and PHP and Mantis into a machinne (Linux red hat), but I have a database (MySQL) on a different machine.
Mantis is it possible to configure to point to this database is on the other machine?
I have change config_inc.php like:
Code: Select all
$g_hostname = 'xxx.xxx.xxx.xxx';
$g_db_username = 'ususermantis';
$g_db_password = 'passw';
$g_database_name = 'mantis_DB';
$g_db_type = 'mysql';
where xxx.xxx.xxx.xxx is the machine where is the apache, php and mantis andSYSTEM WARNING: mysql_connect() [function.mysql-connect]: Access denied for user 'ususermantis'@'yyy.yyy.yyy.yyy' (using password: YES)
Fatal error: Call to undefined function event_clear_callbacks() in /usr/local/apache2/htdocs/mantis/core/error_api.php on line 135
yyy.yyy.yyy.yyy is the machine where is MySQL