mySQL 5 Import / Export bei einem 1und1 Homepage Server


/ Published in: MySQL
Save to your folder(s)



Copy this code and paste it in your HTML
  1. MySQL5 Datenbank:
  2.  
  3.  
  4. mysql --host=localhost --user=dboxxxxxxxxx --password=******** -S /tmp/mysql5.sock dbxxxxxxxxx < dump.sql
  5.  
  6.  
  7. Export
  8.  
  9. mysqldump --host=localhost --user=dboxxxxxxxxx --password=******** -S /tmp/mysql5.sock dbxxxxxxxxx > dump.sql

URL: http://hilfe-center.1und1.de/server/exklusiv_server/10.html

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.