WSO2 IOTS: Store device data to RDMS -


sorry bad english.

i'm trying store device data in rdms. i've changed:

<url>jdbc:h2:repository/database/customdevicedm_db;db_close_on_exit=false</url> 

to

<url>jdbc:mysql://localhost:3306/customdevicedm_db</url> 

and change user name, password, mysql driver installed too. not working. tried create table manually, can't create new device. please , thanks.