Having a big expierence with MySql I need to move my laravel 9 app to MariaDB
Could you please to provide short description / to point to good docs :
a) how to install MariaDB on ubuntu ?
b) How to install and use MariaDB in laravel app ?
c) Which are advantages of MariaDB in comparison with Mysql in laravel app and for which type of atsks/apps ?
Sure, I did searched in net and drowned in data...
Thank you! I have installed MariaDB locally, but I have lost access to my mysql database...
Can I have installed MariaDB and mysql both on my ubuntu 22.04 ?
if you are using MariaDB in which cases do you prefer it ?
I try to remove mariaDB and restore mysql
For this in console I removed mariaDB and reinstalled mysql, but I got error when try to emter mysql console :
mysql
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)