How to install MySQL in Fedora 32 | Using Terminal | Installation Tutorial |MySQL

preview_player
Показать описание
#MySQL #Fedora32
How to Install MySQL in Fedora 32
Adding the MySQL repository to Fedora
Installing MySQL on Fedora
sudo dnf install mysql-community-server
Start MySQL Service and Enable at Logging:
sudo systemctl start mysqld
sudo systemctl enable mysqld
Find Default Password, For security reasons, MySQL generates a temporary root key. Please note that
Configuring MySQL before the first use
sudo mysql_secure_installation
Then, answer the security questions as you prefer. or just say yes to all of them.

Using MYSQL
sudo mysql -u root -p

Blog
Python Lecture
Рекомендации по теме
Комментарии
Автор

hello can somebody help me out, i'm getting a gpg check failed(something about public key)

DelightAzuogu
Автор

nice video man, Just a quick question How We can connect via Mysql Workbench

deepakrai