Category: MySQL
-
Cách sao lưu cơ sở dữ liệu MySQL bằng AutoMySQLBackup
Giới thiệu Với bản chất của cơ sở dữ liệu MySQL , chúng có xu hướng lưu trữ thông tin quý giá. Đó là lý do tại sao bạn phải có chính sách sao lưu để giữ thông tin này an toàn. Bạn có một số tùy chọn để sao lưu cơ sở dữ liệu…
-
How to reset the MySQL Root Password on Ubuntu 22.04
Have you failed / forgotten to remember the root password for MySQL database? Stress not, it works out, and there is an answer! In this article, we will reset the MySQL root password in Ubuntu 22.04 LTS by starting MySQL with the –skip-grant-tables option. It is a simple guide that works with any modern Linux distribution…