Is there any way I could sync, like update or modify, my bubble’s own database with an external MYSQL database?
What I mean with update or modify is that registries should be the same in both databases.
Thanks!
There’s lots of ways, none of them are simple, i.e. each method has pros and gotchas.
Bubble API Connector -> External server -> External Database
Bubble Database Connector -> External Database
Bubble page javascript -> External server -> External Database
External server -> Bubble Data API
\-> External Database
External server -> Bubble API endpoint
\-> External Database
External server -> Bubble Database (on dedicated plan by arrangement with Bubble team)
\-> External Database
Have a look in the documentation, and also there’s lots of posts in this forum on “database” and “sql”.