There was an error while loading. Please reload this page.
1 parent c13a589 commit 0d8b1edCopy full SHA for 0d8b1ed
installer/install_en.sh
@@ -32,7 +32,7 @@ case $yn in
32
apt-get -y install mysql-server mysql-client phpmyadmin
33
sudo systemctl start mysql
34
sudo systemctl enable mysql
35
- mysql -uroot -p < createdb.sql
+ mysql -u root -p < createdb.sql
36
echo "Installing KVM hypervisor...";
37
apt-get -y install qemu-kvm libvirt-daemon-system virtinst libvirt-clients bridge-utils
38
sudo systemctl enable libvirtd
0 commit comments