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…

Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.