Bug #61009 Ran a create database and nothing happened just this error
Submitted: 29 Apr 2011 16:21 Modified: 29 May 2011 16:42
Reporter: Dick Woods Email Updates:
Status: No Feedback Impact on me:
None 
Category:MySQL Utilities Severity:S2 (Serious)
Version:5.5.11 OS:Any (did not work)
Assigned to: CPU Architecture:Any
Tags: create database script

[29 Apr 2011 16:21] Dick Woods
Description:
Internal error report this bug

setlocal

INIT_DIR=`pwd`

CURRENT_DIR=`dirname $0`
if [ "$CURRENT_DIR" = "." ] ; then
   CURRENT_DIR=`pwd`
fi

cd $CURRENT_DIR

ls | egrep "[create][insert]Table_" | sed s/^/\@/ > files.sql
echo quit >> files.sql

sqlplus @DB_USER@@@DB_NAME@ @files.sql

rm -f  files.sql

cd $INIT_DIR

How to repeat:
yup it does

Suggested fix:
Dun Know - working on it?
[29 Apr 2011 16:42] Valeriy Kravchuk
I wonder how your script calling sqlplus is related to Workbench or MySQL server? Please, explain.
[29 May 2011 23:00] Bugs System
No feedback was provided for this bug for over a month, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".