Changes between Version 29 and Version 30 of Csle2022/Agenda/databaseandweb
- Timestamp:
- Nov 30, 2022, 9:00:51 AM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Csle2022/Agenda/databaseandweb
v29 v30 617 617 GRANT SELECT,INSERT,UPDATE,DELETE,CREATE,CREATE TEMPORARY TABLES,DROP,INDEX,ALTER ON moodle.* TO 'moodledude'@'localhost'; 618 618 quit; 619 }}} 620 621 Next you need to change the max_input_vars PHP attribute value to atleast 5000. To change it please edit below file and restart the apache to make it effective. 622 623 {{{ 624 sudo nano /etc/php/8.1/apache2/php.ini 625 sudo systemctl restart apache2 619 626 }}} 620 627