Difference between revisions of "Course notes for today"
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 11:40, 24 August 2022
Slides for today
https://www.tempusserva.dk/share/training/PFM300.pdf
Servers for today
Servers
- http://training.tempusserva.dk/cgi2201/login
- http://training.tempusserva.dk/cgi2202/login
- http://training.tempusserva.dk/cgi2203/login
- http://training.tempusserva.dk/cgi2204/login
Credentials
- username: admin
- password: TempusServaFTW!
Setting up DEV environment
Downloads
- https://omega.tempusserva.dk/nightly/tsnocodeApi.jar
- https://omega.tempusserva.dk/nightly/TempusServa.war
For placement in the lib folder
- https://www.tempusserva.dk/install/driver/naming-factory.jar
- https://www.tempusserva.dk/install/driver/naming-factory-dbcp.jar
- https://www.tempusserva.dk/install/driver/mysql-connector-java-5.1.45-bin.jar
- https://www.tempusserva.dk/install/driver/commons-logging-1.1.1.jar
Related articles
Sample create user SQL
- CREATE USER 'tsinstall'@'localhost' IDENTIFIED BY 'TempusServa';
- GRANT ALL PRIVILEGES ON *.* TO 'tsinstall'@'localhost' WITH GRANT OPTION;
- FLUSH PRIVILEGES;