MySQL exporting and importing with command line

preview_player
Показать описание
This is a quick demonstration showing you how to quickly export and import a specific MySQL database using mainly the command line. This is faster and somewhat less prone to errors than requesting a dump through phpMyAdmin, for example. You require SSH access, though. Shared hosts usually do not provide this.

This is a quick video which I made for my portfolio, but for the sake of informational purposes I decided to do the video in English rather than in Dutch (I'm from Belgium).

Sorry for potato quality.
Рекомендации по теме
Комментарии
Автор

To open command prompt here in the bin directory, you can just write cmd in address bar where the path is specified.
remove everything and just write cmd. It will open a command prompt. By this, you can open more than 1 command prompt.

Gkss
Автор

how to import only one table..
lets say i have a csv file and i want to import lines from 1K to 60K for table users.

then what will be command Pls

sudhir