Hi @mansoorkhan
First, install community mysql server with
sudo dnf install community-mysql-server
then start mysqld service
sudo systemctl start mysqld.service
NOTE: Check the sudo mysql_secure_installation for security
Good luck
Hi @mansoorkhan
First, install community mysql server with
sudo dnf install community-mysql-server
then start mysqld service
sudo systemctl start mysqld.service
NOTE: Check the sudo mysql_secure_installation for security
Good luck