Bugs item #735063, was opened at 2003-05-09 16:01
Message generated for change (Comment added) made by mbox
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=390117&aid=735063&group_id=27350
Category: Database interface
Group: v0.9.1
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: initdb-mysql script contains incorrect syntax
Initial Comment:
First command in the initdb-mysql script is formed
incorrectly.
current
> drop if exists database lxr;
should be
> drop database if exists lxr;
Cheers
Thomas Morris
tho...@in...
----------------------------------------------------------------------
>Comment By: Malcolm Box (mbox)
Date: 2003-06-06 03:20
Message:
Logged In: YES
user_id=215386
Fixed in latest CVS
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=390117&aid=735063&group_id=27350
|