Joe Rosa wrote:
My host doesn't allow a p_connection (mysql:// roundcube:pass@localhost/roundcubemail) to the MySQL database for security reasons , they suggested to use a mysql_connect to make the connector. Someone knows if is it possible to do that ?? And how ??
To avoid persistent connections you can set $rcmail_config['db_persistent'] to false.
~Thomas