I have a Mysql database in the cloud but when I installing erpnext that used MariaDB in localhost.
Thanks & Regards
Rohan Jain
I have a Mysql database in the cloud but when I installing erpnext that used MariaDB in localhost.
Thanks & Regards
Rohan Jain
You will experience very bad performance if the DB is in the cloud. Rather just use that for backup copies of the DB, but let it run locally
But I want my development and database both on different server. So can you please help regarding this.
The warning of @trentmu is important. ERPNext and MySQL should either:
Running ERPNext on your laptop/PC, with MySQL hosted in the cloud, is a bad idea.
But here is how you can use a different MariaDB/MySQL server:
../frappe-bench/sites/common_site_config.json
db_host
<some ip address>