mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 17:25:26 +02:00
updates
This commit is contained in:
parent
c908925a5f
commit
401dd85c30
@ -17,9 +17,9 @@ function check {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# Start the required services.
|
# Start the required services.
|
||||||
service mysqld start && /usr/bin/mysqladmin -u root password 'pandora'
|
rm -rf /var/lib/mysql/* && sudo -u mysql mysqld --initialize-insecure && mysqld --user=mysql --sql-mode="" --daemonize=ON && /usr/bin/mysqladmin -u root password 'pandora'
|
||||||
check "Starting the MySQL Server" $?
|
check "Starting the MySQL Server" $?
|
||||||
service httpd start
|
httpd -k start
|
||||||
check "Starting the Apache Web Server" $?
|
check "Starting the Apache Web Server" $?
|
||||||
|
|
||||||
# Install the Pandora FMS Console.
|
# Install the Pandora FMS Console.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user