How Reset root password in MySQL and MariaDB If you assigned a root password in MySQL or MariaDB previously but have forgotten it, you can assign a new password. The following sections provide generic instructions for that apply to any system. Databases Linux
How To Save MySQL query output to file or export to CSV Answers to a few questions about Mysql or MariaDB databases: How To Save MySQL/MariaDB query output to file or export to CSV? How to list MySQL database table column names without the table formatting? How to log the output from an entire MySQL client session? Databases
phpmyadmin - how recovery error (HY000/1698): Access denied for user 'root'@'localhost' When I try login as a root user to my mariadb (mysql) database in phpmyadmin on my linux debian stretch, I got this error message: mysqli_real_connect(): (HY000/1698): Access denied for user 'root'@'localhost' Debian Linux Databases