Hi,

What problem do you want to solve?

The "\uxxxx" you should only see in the SQL script, not in the actual
database file.

> The mySQL DB has about 15 MB and the migrated H2 DB has about 45 MB.

For H2, did you shrink the database using "shutdown defrag"?

> Is there a way to get also a UTF8 db dump instead of replacements

No, right now creating a SQL script in that way is not supported. However,
you could use CSVWRITE, create your own export, or convert the SQL script.
But why would you need it?

Regards,
Thomas


On Friday, November 20, 2015, Noel Grandin <[email protected]
<javascript:_e(%7B%7D,'cvml','[email protected]');>> wrote:

> H2 internally stores character data in UTF8.
>
> --
> You received this message because you are subscribed to the Google Groups
> "H2 Database" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/h2-database.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/h2-database.
For more options, visit https://groups.google.com/d/optout.

Reply via email to