1
I have two identical databases, one offline and one online.
In every field of a table I have a column called online
with values 0 (did not send the data) or 1 (already sent the data).
Usually I check if there are any fields in my table with the column online
with value equal 0, and if you have, I send the registration to the online bank and change the value to 1.
It works very well like this. The bigger question is if I have two people using the system.
How can I send data of the two clients to the online database and make each of the customers receive the data that the other sent?
usso mysql, have some material you can refer me to search?
– Italo Rodrigo
A wide range of information is available at google, but consider contacting a Mysql professional to solve the problem permanently and professionally. I say why it is possible that the time of learning gives you so much anger for the countless attempts and error that you will eventually throw away a solution and keep it as it is. (I’ve been there... rsrsr) 1 - https://www.youtube.com/watch?v=qQnICp2vP8w 2 - https://www.youtube.com/watch?v=fUrKt-AQYtE 3 - https://dev.mysql.com/docrefman/5.7/en/replicationhtml.html.
– Marinpietri