Problem changing DB Host

Hi, i’ve tried to change the DB-Host from localhost to an extern Host. But when i make the changes in config.ini i receive error messages on the login page. Any idea??
Thanks, maui

Can you please post your error message?

Make sure you can connect to the remote MySQL server from the web server using the command line mysql client, e.g.,

mysql -u my_db_user_id -p my_database_id -h remote_server_name