Update the MySQL server package name
The mysql-community-server package is now dead and has been replaced with just mysql-server.
This commit is contained in:
parent
2769231fde
commit
3c7e99b912
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ via their communication channels: https://www.mysql.com/about/faq/
|
|||
=== Installing MySQL on Fedora
|
||||
|
||||
----
|
||||
sudo dnf install mysql-community-server
|
||||
sudo dnf install mysql-server
|
||||
----
|
||||
|
||||
=== Start MySQL Service and Enable at login:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue