unable to launch mysqld in arch linux
Found the solution you just have to run this command :
sudo mysql_install_db --user=mysql --basedir=/usr/ --ldata=/var/lib/mysql/
source : Archlinux wiki
Found the solution you just have to run this command :
sudo mysql_install_db --user=mysql --basedir=/usr/ --ldata=/var/lib/mysql/
source : Archlinux wiki