RSS Amplifier

Michael Malura · Mar 22, 2018

MySQL Import/Export

0
Sign in to vote or save

This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.

Mit diesen Snippets kann ich einen kompletten Dump einer MySQL-Datenbank erstellen. dump mysqldump --host="xyz" \ --user="xyz" --password="xyz" \ --default-character-set=latin1 \ --result-file="./dump.sql" \ --lock-tables --add-locks --create-options \ --extended-insert --add-drop-table --disable-ke…

Read on malura.de

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.