Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 10.3.9
-
Fix Version/s: 10.3.11
-
Component/s: Platform Windows
-
Labels:None
-
Environment:Windows 10
Description
I got different kind of error trying to install db.
First I tried this command:
mysql_install_db.exe --datadir=C:\...\mysql_data_dir -o
Where I got ERROR: 1049 Unknown database 'mysql'
And then
2018-10-19 15:33:40 0 [ERROR] Aborting
So following that jira to have more information:
mysqld --datadir=C:\...\mysql_data_dir --skip-grant-tables --console
So it seems I missed mysql database but it is not supposed to add it by itself?