08/12/2018Hướng dẫn cài đặt và sử dụng EasyEngine 3.5 trên vps ubuntu 16.04 full phpmyadmin – ftp – httpsChào các bạn, hôm nay mình hướng dẫn các bạn cài đặt một vps tự động chạy website wordpress dễ […]
17/06/2023Lỗi Export mysql “ERROR 1045 (28000): Access denied for user”If you’re able to connect to the database using mysql, but you get an error for mysqldump, then the problem […]
29/06/2020Thêm swap cho vps linuxCreate a Swap File sudo fallocate -l 1G /swapfile ls -lh /swapfile Output: -rw-r--r-- 1 root root 1.0G Apr 25 […]
15/06/2020Sql căn bản – Sql là gì?SQL là gì? SQL là viết tắt của Structured Query Language, là ngôn ngữ truy vấn mang tính cấu trúc. […]
10/12/2019mysql import database teminalmysql -u[database_user] -p[database_pass] [database_name] < [name_file].sql