On Sun, Aug 26, 2012 at 3:47 PM, Kasun Weranga <[email protected]> wrote:

> Hi Kayode,
>
> On Sat, Aug 25, 2012 at 9:51 AM, Kayode Odeyemi <[email protected]> wrote:
>
>> On Sat, Aug 25, 2012 at 5:04 AM, Sumedha Rubasinghe <[email protected]>wrote:
>>
>>> Hi,
>>> This seems to be an error in your database scripts.
>>> Usually syntax for specifying MySQL storage engine type is something
>>> similar to following..
>>>
>>> CREATE TABLE IF NOT EXISTS TABLE1(
>>> ...
>>> ...
>>> )ENGINE INNODB;
>>>
>>> Did you modify the default scripts?
>>>
>>
>> No I did not. The installation I did on Ubuntu desktop 12.04 worked
>> perfectly well. I'm using the same stratos tarball without any
>> modifications to the scripts.
>>
>> The syntax in mysql.sql script is the same as described above.
>>
>
> You need to change Type=InnoDB to ENGINE=InnoDB in 
> dbscripts/bps/bpel/mysql.sql,
> only that script has this issue. Please change it as described.
>
> Thanks,
> KasunW.
>
> Thanks. Works like a charm.
_______________________________________________
User mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/user

Reply via email to