How can we solve this one ? anyone got an idea ? thank you , will be much appreaciated.
So in order to solve this one I did try to uninstall sql and mariadb
$ sudo apt-get remove --purge mysql-server mysql-client mysql-common -y
$ sudo apt-get autoremove -y
$ sudo apt-get autoclean
And I install mariadb again
sudo apt-get install software-properties-common
sudo apt-get update
sudo apt-get install mariadb-server mariadb-client
But when I run my node app using NPM RUN DEV I got the issue
when I run sudo systemctl status mariadb