Changes between Version 29 and Version 30 of Csle2022/Agenda/databaseandweb


Ignore:
Timestamp:
Nov 30, 2022, 9:00:51 AM (17 months ago)
Author:
admin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Csle2022/Agenda/databaseandweb

    v29 v30  
    617617GRANT SELECT,INSERT,UPDATE,DELETE,CREATE,CREATE TEMPORARY TABLES,DROP,INDEX,ALTER ON moodle.* TO 'moodledude'@'localhost';
    618618quit;
     619}}}
     620
     621Next 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{{{
     624sudo nano /etc/php/8.1/apache2/php.ini
     625sudo systemctl restart apache2
    619626}}}
    620627