Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: 5.5.37
-
Fix Version/s: 5.5.38
-
Component/s: None
-
Labels:None
-
Environment:All
Description
A little typo found in mysql_install_db scripts:
- echo " mysql> show tables"
|
+ echo " mysql> show tables;"
|
otherwise the command does not work.