Is there any advice for us? We want to set up a server online and our customer can visit our mysql database online.
We are box making machine manufacturer, the database is now the machine.



























Is there any advice for us? We want to set up a server online and our customer can visit our mysql database online.
We are box making machine manufacturer, the database is now the machine.
Hey,
if I understood you correctly, you want a VM(or container) running a database that is reachable from the internet, right? If that is the case just create a VM(or container), load it with basically any linux distro and install MySQL, for copying the data over you can take a look at [1].
[1] https://dev.mysql.com/doc/refman/9.1/en/copying-databases.html
For production environments, I'd recommend setting up a dedicated backup server with scheduled MySQL replication and automated backups. Also make sure to test recovery procedures regularly. If you're in the corrugated box manufacturing industry, machinery providers such as Natraj Machines may have experience integrating production systems with reliable data management practices.
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。