Skip to content

Commit e19e526

Browse files
committed
perm fix
1 parent 8e4b1ec commit e19e526

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

setup/install.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ mysql -u root -p
6262
CREATE USER 'YOUR_DB_USERNAME'@'%' IDENTIFIED BY 'YOUR_DB_PASSWORD';
6363
CREATE DATABASE oms';
6464
GRANT ALL PRIVILEGES ON oms.* TO 'YOUR_DB_USERNAME'@'%';
65+
FLUSH PRIVILEGES;
6566
6667
cat << EOF > /etc/apache2/sites-available/000-jingga.conf
6768
<VirtualHost *:80>

0 commit comments

Comments
 (0)