Difference between revisions of "Course notes for today"

From TempusServa wiki
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 6: Line 6:


Servers  
Servers  
* https://training.tsnocode.com/anouk/login
* http://training.tempusserva.dk/lilie/login
* https://training.tsnocode.com/kpe/login
* http://training.tempusserva.dk/njals/login
* https://training.tsnocode.com/nun/login


Credentials
Credentials

Latest revision as of 07:40, 11 April 2024

Slides for today

https://www.tempusserva.dk/share/training/PFM300.pdf

Servers for today

Servers

Credentials

  • username: admin
  • password: [on board]

Setting up DEV environment

Downloads

For placement in the lib folder (ALL)

Related articles

Sample create user SQL

  • CREATE USER 'tsinstall'@'*' IDENTIFIED BY 'TempusServa';
  • GRANT ALL PRIVILEGES ON *.* TO 'tsinstall'@'*' WITH GRANT OPTION;
  • FLUSH PRIVILEGES;