Details
-
Bug
-
Status: Closed (View Workflow)
-
Trivial
-
Resolution: Fixed
-
5.5.37
-
None
-
None
-
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.