Skip to main content
Topic: mysql non standard port is not saved in config.php (Read 1155 times) previous topic - next topic

mysql non standard port is not saved in config.php

I started a new project with a database on a remote machine with a non standard port for the database connection.
I can load the database just fine phprad and edit the tables.

When i try to preview the project it wont load any table rows in any view.
So i checked the config.php in the root folder and the port is not actually saved in the config file.
When i edit it manually and preview in an external browser it works, but as soon as i edit something in phprad the config file get overwritten and the port is gone again.