Database

  • Import/Export Big MYSQL Database

    When working with MYSQL Database I often use phpMyAdmin, which is a nice GUI way to manipulate my database. But some operations won’t work in phpMyAdmin when the database is too large. In particular, you can’t import or export really large databases using phpMyAdmin. So sometimes you need to do things on the command line. So I thought I’d document…

Back to top button