Versions Compared

Key

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

...

Panel
bgColor#fff
titleConfiguration changes to MySQL, Redis and sshd

 

  1. Can i make changes to configuration of MySQL, Redis and sshd ?
    1. Yes, you can (although Kiuwan Docker is presumably configured to suite your needs)
    2. Changes can only be done within the Docker container
    3. To change MySQL configuration
      1. supervisorctl stop wildfly
      2. supervisorctl stop mysql
      3. edit mysqld.cnf located at <KIUWAN_VOL>/configurations/etc/mysql/mysql.conf.d
      4. supervisorctl start mysql
      5. supervisorctl start wildfly
    4. To change Redis configuration
      1. supervisorctl stop wildfly
      2. supervisorctl stop redis
      3. edit redis.conf located at <KIUWAN_VOL>/configurations/etc/redis
      4. supervisorctl start redis
      5. supervisorctl start wildfly

Content by Label
showLabelsfalse
max5
spacesK5
showSpacefalse
sortmodified
reversetrue
typepage
labelshowto_kop

...