I have a Blazor Web Assembly as Progressive Web App (PWA). In my local network is a NAS which is running a MySQL-Instance. Is it possible for devices (Desktop and/or Mobile Devices), that run the PWA in their browser, to sync Data to this MySQL-Instance?
Using the standard connection string (Server=192.168.0.100;Database=test;Uid=root;Password=1234) via the MySQL.Data library doesn't seem to work, as opening the connection results in error 'Unable to connect to any of the specified MySQL hosts'
Is there any possibility to access the MySQL-Instance? If MySQL does not work, is there an other way, to save data to the NAS, e.g. per FTP?