Grails クラウド ファウンドリー プラグインを使用しています。アプリの起動後、次の例外が発生します
2012-05-19 08:34:09,179 [main] ERROR hbm2ddl.SchemaUpdate - Unsuccessful: create
table article_content (id bigint not null auto_increment, version bigint not null,
comments LONGTEXT, content LONGTEXT, date_created datetime not null, failure bit
not null, tags varchar(255), title varchar(255), url varchar(500) not null,
primary key (id)) ENGINE=InnoDB
2012-05-19 08:34:09,181 [main] ERROR hbm2ddl.SchemaUpdate - CREATE command denied
to user 'uozOL0LSfBM3u'@'172.30.50.25' for table 'article_content'
dbConsole と CloudFoundry のプロパティを使用して db に接続し、SQL コマンドを実行しようとしたところ、同じ例外が発生しました。
どうしたの?