You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Currently mysql package ships both the mysqld (server) and mysql (client) executables in one package called mysql. Some users would just want to install the mysql client and not the server or vice versa.
Describe the solution you'd like
Instead of modifying the existing package, provide two new packages called mysql-server which ships mysqld and related libraries and similarly create a mysql-client which ships just the mysql client binary.
Describe alternatives you've considered
IDK if this alternative of installing the whole package of mysql using tdnf and then removing files manually works reliably but that's one way to reduce the unwanted cruft.
Additional context
For the Cloudshell service where the user isn't allowed to run any privileged services having mysqld isn't feasible. So having these separate packages will help only ship the mysql-client and not the server.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Currently mysql package ships both the
mysqld
(server) andmysql
(client) executables in one package calledmysql
. Some users would just want to install the mysql client and not the server or vice versa.Describe the solution you'd like
Instead of modifying the existing package, provide two new packages called
mysql-server
which shipsmysqld
and related libraries and similarly create amysql-client
which ships just the mysql client binary.Describe alternatives you've considered
IDK if this alternative of installing the whole package of
mysql
usingtdnf
and then removing files manually works reliably but that's one way to reduce the unwanted cruft.Additional context
For the Cloudshell service where the user isn't allowed to run any privileged services having mysqld isn't feasible. So having these separate packages will help only ship the
mysql-client
and not the server.The text was updated successfully, but these errors were encountered: