Changes between Version 49 and Version 50 of Docs/825gen2/Dev/DevVMTechnical


Ignore:
Timestamp:
11/04/25 07:58:13 (9 days ago)
Author:
Don Wilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Docs/825gen2/Dev/DevVMTechnical

    v49 v50  
    314314user ALL=NOPASSWD: /usr/bin/timedatectl *, /usr/bin/systemctl *, /usr/sbin/util/createdb *, /usr/sbin/util/createdbuser *, /usr/sbin/util/deldbuser *
    315315}}}
     316
     317This allows the MySQL scripts to run with sudo without prompting for a password. For example
     318{{{
     319sudo createdb xyz
     320sudo createdbuser xyz 81440
     321}}}