Initialize MySQL database on cloud foundry
Hi,
I am trying to initialize database in my application uploaded on cloud foundry using <jdbc:initialize> tag:-
<jdbc:initialize-database data-source="dataSource" ignore-failures="ALL" enabled="true">
<jdbc:script location="classpath:/com/sample/model/scripts.sql" execution="INIT"/>
</jdbc:initialize-database>
Still I am geting error: Base table or view not found, message from server: "Table 'd3aa5fdf4ea2240389ee972a6b5de161e.EMP' doesn't exist"
Please help me in solving this problem.
Thanks in advance.
Chesta