Skip to Main Content

MySQL Database

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Not able to disable mysql module in Oracle Linux 8.9 ISO installation by default

Sandeep Kumar BDec 29 2024

I have requirement to disable msyql module during ISO deployment and use community RPMs. But not able to disable them.

I have tried following options:

  1. Updating kickstart file with “exclued=mysql*” in /etc/dnf/dnf.conf
    1. It didn't work
  2. Tried running ‘dnf module disable mysql -y’
    1. It didn't work
  3. Tried updating modules.yaml to disable mysql module by removing stream key

document: modulemd-defaults

version: 1

data:

module: mysql

profiles: 8.0: [server]...

Any recommendations? i

Comments
Post Details
Added on Dec 29 2024
0 comments
66 views