Versions Compared

Key

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

...

a)   Execute command sudo firewall-cmd --zone=public --add-port=3306/tcp –permanent--permanent.

b)   Execute command sudo firewall-cmd –reload--reload.

4.       Enable Binary Log in MySQL.

...

Code Block
[root@AmpCon~]# mysql -u <mysql-username> -p <mysql-passwd> -e "delete from automation.apscheduler_jobs"
[root@AmpCon~]# ysqlmysql -u <mysql-username> -p <mysql-passwd> -e "delete from automation.task_lock"

...