Update README.Fedora
Remove mariadb from instructions per the Fedora team.pull/252/head
parent
dbbf1d9f37
commit
c0878c5e76
|
@ -5,8 +5,6 @@ New installs
|
|||
remotely you will need to ensure that the server is installed and secured:
|
||||
|
||||
yum install mysql-community-server
|
||||
--OR--
|
||||
yum install mariadb-server
|
||||
|
||||
sudo systemctl enable mysqld
|
||||
|
||||
|
@ -14,6 +12,8 @@ New installs
|
|||
|
||||
mysql_secure_installation
|
||||
|
||||
NOTE: The Fedora team currently recommends mysql-community over mariadb
|
||||
|
||||
2. Using the password for the root account set during the previous step, you
|
||||
will need to create the ZoneMinder database, assuming your database server
|
||||
is local:
|
||||
|
|
Loading…
Reference in New Issue