How to download a backup of my MySQL database / วิธีการดาวน์โหลดการสำรองฐานข้อมูล MySQL
How can I keep a backup of my MySQL database on my own computer?
1. You can download the most recent backups of all your databases via FTP.
![]()
2. The location is not visible in many FTP programs (for example in FileZilla), because the backups are in a hidden directory called ".databases".


3. This directory then contains (packed) all the databases that belong to your account, with the date of the backup. So you can download the back-up of your databases up to a couple of days.

สำหรับภาษาไทยดังนี้
วิธีการสำรองฐานข้อมูล MySQL ลงในคอมพิวเตอร์ของท่าน สามารถทำได้ดังนี้
1. ท่านสามารถใช้โปรแกรม FTP เพื่อทำการดาวน์โหลดการสำรองฐานข้อมูลย้อนหลังของท่านได้ทั้งหมด
![]()
2. ไฟล์สำรองจะถูกเก็บอยู่ในไดเรกทอรี่ซ่อนภายใต้ชื่อ .databases ซึ่งอาจจะไม่สามารถมองเห็นได้ในโปรแกรม FTP บางโปรแกรม เช่น โปรแกรม FileZilla


3. ไดเรกทอรี่นี้จะเก็บฐานข้อมูลทั้งหมดที่อยู่ในบัญชีของท่าน โดยจะแสดงวันเวลาที่ทำการแบคอัพ ดังนั้นท่านจึงสามารถเลือกวันเวลาที่จะดาวน์โหลดไฟล์สำรองได้
