User Tools

Site Tools


computing:moodle

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
computing:moodle [2018/11/26 00:24] oemb1905computing:moodle [2019/07/06 17:54] oemb1905
Line 38: Line 38:
  
   sudo mysql -u root -p   sudo mysql -u root -p
-  CREATE DATABASE __nameofdatabase__ DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci+  CREATE DATABASE __nameofdatabase__ DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci
   create user '__usernameofdatabase__'@'localhost' IDENTIFIED BY '__passwordfordatabaseuser__';   create user '__usernameofdatabase__'@'localhost' IDENTIFIED BY '__passwordfordatabaseuser__';
   GRANT SELECT,INSERT,UPDATE,DELETE,CREATE,CREATE TEMPORARY TABLES,DROP,INDEX,ALTER ON __nameofdatabase__.* TO '__usernameofdatabase__'@'localhost' IDENTIFIED BY '__passwordfordatabaseuser__';   GRANT SELECT,INSERT,UPDATE,DELETE,CREATE,CREATE TEMPORARY TABLES,DROP,INDEX,ALTER ON __nameofdatabase__.* TO '__usernameofdatabase__'@'localhost' IDENTIFIED BY '__passwordfordatabaseuser__';
Line 81: Line 81:
 Think of these permissions as the most paranoid ones. You can be secure enough with less tighter permissions, both in moodledata and moodle directories (and subdirectories).  Think of these permissions as the most paranoid ones. You can be secure enough with less tighter permissions, both in moodledata and moodle directories (and subdirectories). 
  
 +This tutorial is a designated "Invariant Section" of the "Technotronic" section of Haack's Wiki as described on the [[https://jonathanhaack.com/dokuwiki/doku.php?id=start|Start Page]].
  
  --- //[[netcmnd@jonathanhaack.com|oemb1905]] 2018/08/04 16:45//  --- //[[netcmnd@jonathanhaack.com|oemb1905]] 2018/08/04 16:45//
computing/moodle.txt · Last modified: 2021/11/20 21:35 by oemb1905