mysql - Migrating Data Tables with php -


there 2 databases:

  (staging)        b (production)   messages           messages 

i'd copy on table 'messages' database (staging) database b (production).

  • which best workflow in order perform this?
  • is there library built this?


Comments