The following commands are allowed to edit on SFTP/FTP
sudo find /etc/koha/ -type d -exec chmod 777 {} \;
sudo find /etc/koha/ -type f -exec chmod 666 {} \;
Login MySQL using mysql -u root -p CREATE USER 'superuser'@'localhost' IDENTIFIED BY 'password'; GRANT ALL PRIVILEGE...
No comments:
Post a Comment