All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Tech Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 19:06, 8 March 2023 Adam.birds talk contribs created page Create MySQL User And Grant Privileges (Created page with "To create a MySQL user and grant privileges run the below commands: <pre> CREATE USER 'username'@'localhost' IDENTIFIED BY 'SuperSecurePassword'; </pre> <pre> GRANT ALL PRIV...")