When installing MariaDB as a normal user, mysql_secure_installation fails when attempting to authenticate the root user (with an empty password).
This can be worked around by updating the make_config function to avoid writing the user and password lines if the provided root password is empty, as in the following alternate implementation (first if-statement added):
make_config() {
|
echo "# mysql_secure_installation config file" >$config
|
echo "[mysql]" >>$config
|
if [ ! -z "$rootpass" ]; then
|
echo "user=root" >>$config
|
esc_pass=`basic_single_escape "$rootpass"`
|
echo "password='$esc_pass'" >>$config
|
fi
|
#sed 's,^,> ,' < $config # Debugging
|
|
if test -n "$defaults_file"
|
then
|
dfile=`parse_arg "$defaults_file"`
|
cat "$dfile" >>$config
|
fi
|
}
|
I'm not sure if this is the proper fix, but hopefully it at least highlights where the conflict is happening.
- relates to
-
MDEV-22486
mysql_secure_installation cannot work without root user in the database
-
-
Open
{"report":{"fcp":1097.7999997138977,"ttfb":296,"pageVisibility":"visible","entityId":97979,"key":"jira.project.issue.view-issue","isInitial":true,"threshold":1000,"elementTimings":{},"userDeviceMemory":8,"userDeviceProcessors":64,"apdex":0.5,"journeyId":"ab62bf7c-0d07-4b59-925e-c26cee1740e8","navigationType":0,"readyForUser":1190.6999998092651,"redirectCount":0,"resourceLoadedEnd":1323.7999997138977,"resourceLoadedStart":307.59999990463257,"resourceTiming":[{"duration":246,"initiatorType":"link","name":"https://jira.mariadb.org/s/2c21342762a6a02add1c328bed317ffd-CDN/lu2cib/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/css/_super/batch.css","startTime":307.59999990463257,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":307.59999990463257,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":553.5999999046326,"responseStart":0,"secureConnectionStart":0},{"duration":246.2000002861023,"initiatorType":"link","name":"https://jira.mariadb.org/s/7ebd35e77e471bc30ff0eba799ebc151-CDN/lu2cib/820016/12ta74/494e4c556ecbb29f90a3d3b4f09cb99c/_/download/contextbatch/css/jira.browse.project,project.issue.navigator,jira.view.issue,jira.general,jira.global,atl.general,-_super/batch.css?agile_global_admin_condition=true&jag=true&jira.create.linked.issue=true&slack-enabled=true&whisper-enabled=true","startTime":307.8999996185303,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":307.8999996185303,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":554.0999999046326,"responseStart":0,"secureConnectionStart":0},{"duration":301.09999990463257,"initiatorType":"script","name":"https://jira.mariadb.org/s/0917945aaa57108d00c5076fea35e069-CDN/lu2cib/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/js/_super/batch.js?locale=en","startTime":308.09999990463257,"connectEnd":308.09999990463257,"connectStart":308.09999990463257,"domainLookupEnd":308.09999990463257,"domainLookupStart":308.09999990463257,"fetchStart":308.09999990463257,"redirectEnd":0,"redirectStart":0,"requestStart":308.09999990463257,"responseEnd":609.1999998092651,"responseStart":609.1999998092651,"secureConnectionStart":308.09999990463257},{"duration":349.90000009536743,"initiatorType":"script","name":"https://jira.mariadb.org/s/2d8175ec2fa4c816e8023260bd8c1786-CDN/lu2cib/820016/12ta74/494e4c556ecbb29f90a3d3b4f09cb99c/_/download/contextbatch/js/jira.browse.project,project.issue.navigator,jira.view.issue,jira.general,jira.global,atl.general,-_super/batch.js?agile_global_admin_condition=true&jag=true&jira.create.linked.issue=true&locale=en&slack-enabled=true&whisper-enabled=true","startTime":308.2999997138977,"connectEnd":308.2999997138977,"connectStart":308.2999997138977,"domainLookupEnd":308.2999997138977,"domainLookupStart":308.2999997138977,"fetchStart":308.2999997138977,"redirectEnd":0,"redirectStart":0,"requestStart":308.2999997138977,"responseEnd":658.1999998092651,"responseStart":658.1999998092651,"secureConnectionStart":308.2999997138977},{"duration":354.09999990463257,"initiatorType":"script","name":"https://jira.mariadb.org/s/a9324d6758d385eb45c462685ad88f1d-CDN/lu2cib/820016/12ta74/c92c0caa9a024ae85b0ebdbed7fb4bd7/_/download/contextbatch/js/atl.global,-_super/batch.js?locale=en","startTime":308.5,"connectEnd":308.5,"connectStart":308.5,"domainLookupEnd":308.5,"domainLookupStart":308.5,"fetchStart":308.5,"redirectEnd":0,"redirectStart":0,"requestStart":308.5,"responseEnd":662.5999999046326,"responseStart":662.5999999046326,"secureConnectionStart":308.5},{"duration":354.30000019073486,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2cib/820016/12ta74/1.0/_/download/batch/jira.webresources:calendar-en/jira.webresources:calendar-en.js","startTime":308.69999980926514,"connectEnd":308.69999980926514,"connectStart":308.69999980926514,"domainLookupEnd":308.69999980926514,"domainLookupStart":308.69999980926514,"fetchStart":308.69999980926514,"redirectEnd":0,"redirectStart":0,"requestStart":308.69999980926514,"responseEnd":663,"responseStart":663,"secureConnectionStart":308.69999980926514},{"duration":354.59999990463257,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2cib/820016/12ta74/1.0/_/download/batch/jira.webresources:calendar-localisation-moment/jira.webresources:calendar-localisation-moment.js","startTime":308.7999997138977,"connectEnd":308.7999997138977,"connectStart":308.7999997138977,"domainLookupEnd":308.7999997138977,"domainLookupStart":308.7999997138977,"fetchStart":308.7999997138977,"redirectEnd":0,"redirectStart":0,"requestStart":308.7999997138977,"responseEnd":663.3999996185303,"responseStart":663.3999996185303,"secureConnectionStart":308.7999997138977},{"duration":445.59999990463257,"initiatorType":"link","name":"https://jira.mariadb.org/s/b04b06a02d1959df322d9cded3aeecc1-CDN/lu2cib/820016/12ta74/a2ff6aa845ffc9a1d22fe23d9ee791fc/_/download/contextbatch/css/jira.global.look-and-feel,-_super/batch.css","startTime":309.09999990463257,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":309.09999990463257,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":754.6999998092651,"responseStart":0,"secureConnectionStart":0},{"duration":354.5,"initiatorType":"script","name":"https://jira.mariadb.org/rest/api/1.0/shortcuts/820016/47140b6e0a9bc2e4913da06536125810/shortcuts.js?context=issuenavigation&context=issueaction","startTime":309.2999997138977,"connectEnd":309.2999997138977,"connectStart":309.2999997138977,"domainLookupEnd":309.2999997138977,"domainLookupStart":309.2999997138977,"fetchStart":309.2999997138977,"redirectEnd":0,"redirectStart":0,"requestStart":309.2999997138977,"responseEnd":663.7999997138977,"responseStart":663.7999997138977,"secureConnectionStart":309.2999997138977},{"duration":445.2999997138977,"initiatorType":"link","name":"https://jira.mariadb.org/s/3ac36323ba5e4eb0af2aa7ac7211b4bb-CDN/lu2cib/820016/12ta74/d176f0986478cc64f24226b3d20c140d/_/download/contextbatch/css/com.atlassian.jira.projects.sidebar.init,-_super,-project.issue.navigator,-jira.view.issue/batch.css?jira.create.linked.issue=true","startTime":309.5,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":309.5,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":754.7999997138977,"responseStart":0,"secureConnectionStart":0},{"duration":355,"initiatorType":"script","name":"https://jira.mariadb.org/s/5d5e8fe91fbc506585e83ea3b62ccc4b-CDN/lu2cib/820016/12ta74/d176f0986478cc64f24226b3d20c140d/_/download/contextbatch/js/com.atlassian.jira.projects.sidebar.init,-_super,-project.issue.navigator,-jira.view.issue/batch.js?jira.create.linked.issue=true&locale=en","startTime":309.59999990463257,"connectEnd":309.59999990463257,"connectStart":309.59999990463257,"domainLookupEnd":309.59999990463257,"domainLookupStart":309.59999990463257,"fetchStart":309.59999990463257,"redirectEnd":0,"redirectStart":0,"requestStart":309.59999990463257,"responseEnd":664.5999999046326,"responseStart":664.5999999046326,"secureConnectionStart":309.59999990463257},{"duration":1007,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2cib/820016/12ta74/1.0/_/download/batch/jira.webresources:bigpipe-js/jira.webresources:bigpipe-js.js","startTime":316.19999980926514,"connectEnd":316.19999980926514,"connectStart":316.19999980926514,"domainLookupEnd":316.19999980926514,"domainLookupStart":316.19999980926514,"fetchStart":316.19999980926514,"redirectEnd":0,"redirectStart":0,"requestStart":316.19999980926514,"responseEnd":1323.1999998092651,"responseStart":1323.1999998092651,"secureConnectionStart":316.19999980926514},{"duration":1003.9000000953674,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2cib/820016/12ta74/1.0/_/download/batch/jira.webresources:bigpipe-init/jira.webresources:bigpipe-init.js","startTime":319.8999996185303,"connectEnd":319.8999996185303,"connectStart":319.8999996185303,"domainLookupEnd":319.8999996185303,"domainLookupStart":319.8999996185303,"fetchStart":319.8999996185303,"redirectEnd":0,"redirectStart":0,"requestStart":319.8999996185303,"responseEnd":1323.7999997138977,"responseStart":1323.7999997138977,"secureConnectionStart":319.8999996185303},{"duration":125.7999997138977,"initiatorType":"xmlhttprequest","name":"https://jira.mariadb.org/rest/webResources/1.0/resources","startTime":766.5,"connectEnd":766.5,"connectStart":766.5,"domainLookupEnd":766.5,"domainLookupStart":766.5,"fetchStart":766.5,"redirectEnd":0,"redirectStart":0,"requestStart":766.5,"responseEnd":892.2999997138977,"responseStart":892.2999997138977,"secureConnectionStart":766.5},{"duration":438.40000009536743,"initiatorType":"link","name":"https://jira.mariadb.org/s/d5715adaadd168a9002b108b2b039b50-CDN/lu2cib/820016/12ta74/be4b45e9cec53099498fa61c8b7acba4/_/download/contextbatch/css/jira.project.sidebar,-_super,-project.issue.navigator,-jira.general,-jira.browse.project,-jira.view.issue,-jira.global,-atl.general,-com.atlassian.jira.projects.sidebar.init/batch.css?agile_global_admin_condition=true&jag=true&jira.create.linked.issue=true&slack-enabled=true&whisper-enabled=true","startTime":1032.8999996185303,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":1032.8999996185303,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":1471.2999997138977,"responseStart":0,"secureConnectionStart":0},{"duration":403.7000002861023,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2cib/820016/12ta74/e65b778d185daf5aee24936755b43da6/_/download/contextbatch/js/browser-metrics-plugin.contrib,-_super,-project.issue.navigator,-jira.view.issue,-atl.general/batch.js?agile_global_admin_condition=true&jag=true&jira.create.linked.issue=true&slack-enabled=true&whisper-enabled=true","startTime":1034.2999997138977,"connectEnd":1034.2999997138977,"connectStart":1034.2999997138977,"domainLookupEnd":1034.2999997138977,"domainLookupStart":1034.2999997138977,"fetchStart":1034.2999997138977,"redirectEnd":0,"redirectStart":0,"requestStart":1034.2999997138977,"responseEnd":1438,"responseStart":1438,"secureConnectionStart":1034.2999997138977}],"fetchStart":0,"domainLookupStart":0,"domainLookupEnd":0,"connectStart":0,"connectEnd":0,"requestStart":89,"responseStart":296,"responseEnd":320,"domLoading":305,"domInteractive":1406,"domContentLoadedEventStart":1406,"domContentLoadedEventEnd":1471,"domComplete":2021,"loadEventStart":2021,"loadEventEnd":2022,"userAgent":"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)","marks":[{"name":"bigPipe.sidebar-id.start","time":1353},{"name":"bigPipe.sidebar-id.end","time":1353.7999997138977},{"name":"bigPipe.activity-panel-pipe-id.start","time":1353.8999996185303},{"name":"bigPipe.activity-panel-pipe-id.end","time":1361.7999997138977},{"name":"activityTabFullyLoaded","time":1503.3999996185303}],"measures":[],"correlationId":"4797c4e40b1604","effectiveType":"4g","downlink":10,"rtt":0,"serverDuration":138,"dbReadsTimeInMs":15,"dbConnsTimeInMs":23,"applicationHash":"9d11dbea5f4be3d4cc21f03a88dd11d8c8687422","experiments":[]}}
serg can you please review .
Analysis:
| mariadb.sys | localhost | |
| root | localhost | invalid |
| anel | localhost | invalid |
| | localhost | |
| | anel | |
unix-socket patch (for report only) 4e4df7b46deac857b51b29ccbab153edcd67e694
| root@localhost |
Blog to read Authentication in mariadb 10.4
Note: problem in parsing CLI option -> new bug?
OK, successfully used password, moving on...
| mariadb.sys | localhost | |
| root | localhost | *279018759837D91FAB7BB5939852F3E940F3334B |
| anel | localhost | invalid |
New password:
Re-enter new password:
Sorry, you can't use an empty password here.
patch should fix this, since
## Set root password to empty from mysql
| mariadb.sys | localhost | |
| root | localhost | |
| anel | localhost | invalid |
And it is possible to use and set empty password from mariadb-secure-installation.