Database Connection to Synology

I have the following problem:

My homepage is designed for development on a Synology Server.
Address: 192.168.xxx.xxx The Synology runs PHP and Apache. I can control the database with PHPMyAdmin.

The database and homepage are on the same server. However, wappler cannot find the database. I think the hostname is not correct. What do I have to enter or what am I doing wrong?

Hi Ulrich, welcome to the Wappler Community/

I am not sure how the NAS works, I also have Synology, but use it only for backups.

Try the following:

  1. For MySQL, the default port is 3306
  2. For the server address, try localhost or 127.0.0.1

I hope this works for you.