sql - Data Import -Live To Development -


How can I develop data from a live by using a script?

Thanks

Run the script on the live server and on the development server.

You may need to use something like that. I used it before copying data between databases.

Comments

Popular posts from this blog

qt - switch/case statement in C++ with a QString type -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -

Python's equivalent for Ruby's define_method? -