Import / Export Database on Windows by Command Line

Export Database
C:\> mysqldump -u[username] -p[password] [database] > c:\backup.sql

Import Database
C:\> mysql -u[username] -p[password] [database] < c:\backup.sql

Comments

Popular posts from this blog

การตั้งเวลาระหว่าง Server และ Client

วิธีตั้งค่า NTP บน Primary Domain Controller

Installation and Run Node.JS on IIS