Tips: Importing MySQL Databases via SSH

hacobi1102

Sen cấp 4
Mod
Bài viết
552
Thích
104
Điểm
63
Best Tư vấn
1
Xu
611
Pet
Pug mặt xệ
Chủ Top
#1
YeuPet.vn - Servers without a control panel (such as cPanel, Plesk, or Simple Control Panel) do not have phpMyAdmin installed. To manage databases without a control panel, you need to use the SSH command line to import .SQL backup files.

To Import MySQL Databases via SSH
  1. Open the .SQL file in a text editor to ensure it is formatted to use the correct database. There should be a use database command at the top, and it should reference the database that is receiving the imported data. If this command is not included, you can add or use it once you log in to MySQL.
  2. Log in to SSH as the root user.
  3. To log in to MySQL, type mysql -u username -p, where username is your database username.
  4. When you see Enter password:, enter your password for that MySQL user.
  5. If you did not include the use database command in the .SQL file, select the target database of the import. Do this by typing use database_name; and then press Enter.
  6. Type SOURCE /path/to/sql/file.sql, and then press Enter.
  7. Monitor the running import log to check for errors.
  8. To confirm the data was imported correctly, type show tables; and then press Enter.
  9. Type select * from table; and then press Enter. Your imported MySQL database tables display.
 

7 thông tin bất ngờ về loài mèo lạ Ragdolls
  • 5,688
  • 0
Ragdolls là tên một giống mèo với đôi mắt màu xanh dương tuyệt đẹp và bộ bông hai màu tương phản đặc trưng và được mô tả bằng 3 từ: to, đẹp và thân thiện. Với bộ lông mềm mại và hơi dài tương tự như mèo Ba Tư hoặc Angora, cơ thể khá lớn và tính...
Diễn đàn Thú cưng | Phụ kiện Thú cưng | Mua bán thú cưng
DMCA.com Protection Status
Top Dưới