We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80ddc76 commit a1bb935Copy full SHA for a1bb935
controls/mysql_conf.rb
@@ -44,7 +44,7 @@
44
mysql_config_path = '/etc/mysql/'
45
mysql_config_file = "#{mysql_config_path}my.cnf"
46
mysql_log_group = 'adm'
47
- process_name = 'mysql'
+ process_name = 'mysqld'
48
process_name = 'mariadbd' if os[:release] >= '11' && os[:name] == 'debian'
49
service_name = 'mysql'
50
when 'redhat', 'fedora'
0 commit comments