To restore database mysql (specially INNODB database) from folder is quietly easy. Follow this steps from SSH with root privilege: Setup mysql with small vserver from Digital Ocean (or vultr, linode, etc) with Ubuntu 16.04: apt-get update apt-get upgrade apt-get install mysql-server Create database with the same name, same…
2 posts in
Mysql
Export and import Mysql database with large datas needs alots of time with phpmyadmin. Sometimes failed to import because some errors. Fortunately, there is a simple way to do that, directly from command line with mysqldump. Export Mysql Database Example: I want to export my database: exampledb.sql with username:…