Re: problem with database creation
Sateesh, Can you check your sql statement: 032888c4 engine/schema/src/com/cloud/upgrade/dao/Upgrade421to430.java (Sateesh Chodapuneedi 2014-01-15 01:38:34 +0530 83) updatePstmt = conn.prepareStatement("UPDATE `cloud`.`service_offering` SET ram_size=? WHERE id=?'"); I think that'
problem with database creation
Hi, while testing 4.3 (with or without devcloud) I get a error in the database creation: mysql> show databases; ++ | Database | ++ | information_schema | | mysql | | performance_schema | | simulator | | test | +