Difference between revisions of "Course notes for today"

From TempusServa wiki
Jump to navigation Jump to search
Line 29: Line 29:
== Related articles ==
== Related articles ==
* https://wiki.tempusserva.dk/index.php?title=Installation_Windows#MySQL_database
* https://wiki.tempusserva.dk/index.php?title=Installation_Windows#MySQL_database
Sample create user SQL
* CREATE USER 'tsinstall'@'localhost' IDENTIFIED BY 'TempusServa';
* GRANT ALL PRIVILEGES ON *.* TO 'tsinstall'@'localhost' WITH GRANT OPTION;
* FLUSH PRIVILEGES;

Revision as of 12:40, 24 August 2022