Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
 +----------------------------------------------------------+
 | Grants for scheduler@%                                   |
 +----------------------------------------------------------+
 | GRANT USAGE ON *.* TO 'scheduler'@'%' IDENTIFIED BY PASSWORD '*E94D...'
 | GRANT ALL PRIVILEGES ON "scheduler".* TO 'scheduler'@'%' |
 +----------------------------------------------------------+ 

Open the firewall port for the remote Dashboard to access the JobScheduler Database

The default port which Dashboard uses to access a JobScheduler database is 3306.
Note that although the maschine on which the Dashboard is installed and the one with the database may be in the same network, it may be necessary to open the incoming port for public networks, depending on the security settings implemented for the database host.