How to configure access remote in MariaDB and MySQL August 12, 2020 How to configure access remote in MariaDB and MySQL Configure Remote Access to MySQL / MariaDB Databases in ubuntu 16.04, 18.04, 20.04 LTS ...Read More
How to change password for root use in MySQL 8.0 March 25, 2020How to change password for root use in MySQL 8.0 In an unfortunate event of forgetting or losing your MySQL root password, you will sur...Read More
Hướng dẫn cài đặt MariaDB trên Ubuntu 18.04 LTS September 02, 2019 Hướng dẫn cài đặt MariaDB trên Ubuntu 18.04 LTS Bước 1: Cài đặt software-properties-common nếu máy tính bạn chưa có: sudo apt-get ...Read More
MySQL update password for root user April 10, 2019 MySQL update password for root user Go to mysql sudo mysql -u root -p Update password for root user USE mysql; UPDATE user SET...Read More
Remove MySQL in ubuntu 18.04 April 10, 2019 Remove MySQL in ubuntu 18.04 How to remove all package MySQL in ubuntu 18.04 sudo apt remove mysql-server sudo apt-get remove -...Read More
Export and import dump database in MySQL with command line April 09, 2019 Export and import dump database in MySQL with command line Export dump database in mysql with command line mysqldump -u username...Read More
Mysql server config allowing access February 22, 2019 Mysql server config allowing access remote Mysql server config bind-address, allowing access remote 1, Open file: /etc/mysql/my...Read More
Hướng dẫn sử dụng MySQL Server command line trên Windows August 25, 2018 Hôm nay mình sẽ hướng dẫn các bạn sử dụng lệnh command line trên windows để sử dụng MySQL Server Bước đầu tiên bạn cần xác định phiên...Read More