Previously I had shown..
- How to Install Linux on Raspberry Pi 3
- How to Install .Net Core 3.1 on Raspberry Pi 3
- ln: failed to create symbolic link '/usr/bin/dotnet/dotnet': File exists
- How to ADD static IP Address in Raspberry Pi
Before Install Mysql, update Raspberry Pi OS using below commands
sudo apt-get update
sudo apt-get upgrade
Now Install MySQL using below command
sudo apt-get install mariadb-server
Ones MySQL is installed, execute below command for configuration
sudo mysql_secure_installation
and follow the instructions based on your requirements.
After configuration is completed, login to MySQL using below command.
sudo mysql -u root -p
No comments:
Post a Comment