Ολο και κάτι έχω πάντα να πω και να γράψω για αυτά που συμβαίνουν στην πραγματική μου ζωή ή στο μυαλό μου.. I always find something to share with you..
Τετάρτη 11 Ιανουαρίου 2012
Σάββατο 17 Δεκεμβρίου 2011
How to export mysql without using the buggy Workbench!
Today I was trying to export a mysql schema, but it was impossible to do so through the MySQL Workbench due to unexpected error!!
Thanks God, there was another more traditional and stable way to do so.. this way was by using the mysqldump command through the command line! The syntax is pretty easy and the whole process much faster than through the MySQL Workbench:
mysqldump --user=XXXXXXXX --password=XXXXXXXX --databases DB_NAME --tables TABLE_NAME > backup.sql
Εγγραφή σε:
Αναρτήσεις (Atom)