246
246
:program:`drizzledump` will automatically detect whether it is talking to a
247
247
MySQL or Drizzle database server. If it is connected to a MySQL server it will
248
248
automatically convert all the structures and data into a Drizzle compatible
251
252
So, simply connecting to a MySQL server with :program:`drizzledump` as follows
252
253
will give you a Drizzle compatible output::
256
257
Additionally :program:`drizzledump` can now dump from MySQL and import directly
257
258
into a Drizzle server as follows::
261
265
When you migrate from MySQL to Drizzle, the following conversions are required: