View Single Post
  #6  
Old 03-30-2018, 04:18 PM
c0ncrete's Avatar
c0ncrete
Dragon
 
Join Date: Dec 2009
Posts: 719
Default

As long as your queries are in the correct order, you can execute as many statements at once as you want. Doesn't matter if you paste them all into a terminal connection or a GUI or import them from a command line. It's also a great way to hose things pretty badly if you make a mistake.

Moving your data from one database installation to another is fairly simple, and commonly done this way:

https://mariadb.com/kb/en/library/mysqldump/
__________________
I muck about @ The Forge.
say(rand 99>49?'try '.('0x'.join '',map{unpack 'H*',chr rand 256}1..2):'incoherent nonsense')while our $Noport=1;
Reply With Quote