Skip to content

Instantly share code, notes, and snippets.

View thanhn1012's full-sized avatar
🏠
Working from home

Thanh Nguyen thanhn1012

🏠
Working from home
View GitHub Profile
@thanhn1012
thanhn1012 / gist:a4923cd308b0fd263933f3906a5e8798
Created July 13, 2023 14:09
Cách import file sql dữ liệu lớn vào mysql xampp
1. Bật xampp
2. Chọn Shell để mở của số command
3. Run `mysql -u root -p db_name < "C:\folder_name\db_name.sql"`