{"id":4778,"date":"2018-11-01T23:23:05","date_gmt":"2018-11-01T23:23:05","guid":{"rendered":"https:\/\/geekdecoder.com\/?p=4778"},"modified":"2018-11-01T23:23:05","modified_gmt":"2018-11-01T23:23:05","slug":"determine-which-mysql-configuration-file-is-being-used","status":"publish","type":"post","link":"https:\/\/www.qbytes.cloud\/index.php\/2018\/11\/01\/determine-which-mysql-configuration-file-is-being-used\/","title":{"rendered":"Determine which Mysql configuration file is being used"},"content":{"rendered":"<p>Here is how to quickly Determine which Mysql configuration file is being used<\/p>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\n\n$ which mysqld\n\/usr\/sbin\/mysqld\n\n<\/pre>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\n\n$ \/usr\/sbin\/mysqld --verbose --help | grep -A 1 &quot;Default options&quot;\nDefault options are read from the following files in the given order:\n\/etc\/mysql\/my.cnf ~\/.my.cnf \/usr\/etc\/my.cnf\n\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Here is how to quickly Determine which Mysql configuration file is being used $ which mysqld \/usr\/sbin\/mysqld $ \/usr\/sbin\/mysqld &#8211;verbose &#8211;help | grep -A 1 &quot;Default options&quot; Default options are read from the following files in the given order: \/etc\/mysql\/my.cnf ~\/.my.cnf \/usr\/etc\/my.cnf<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[70],"tags":[],"class_list":["post-4778","post","type-post","status-publish","format-standard","hentry","category-mysql"],"_links":{"self":[{"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/posts\/4778","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/comments?post=4778"}],"version-history":[{"count":0,"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/posts\/4778\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/media?parent=4778"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/categories?post=4778"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/tags?post=4778"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}