Hi, On Jan 16, 2013, at 12:54 PM, M.Sharan Kumar <[email protected]> wrote:
> Hi all, > > I think these are very primitive questions.. Bear with me.. I would be > grateful if someone could help me out.. I need to clear these doubts which > came my way while importing Drizzle to Salt modules.. > > What is the difference between drizzle and drizzled? In what ways are they > different? `drizzle` is the command-line client that connects to the `drizzled` server. This is similar to the relationship of the `mysql` client and the `mysqld` server. > > And I know that, most of the functionality in drizzle is via plugins.. So > which are all the plugins enabled by default? And which are all the plugins > that support dynamic loading? And is ./drizzled --plugin_add=$PLUGIN_NAME the > right way to include a plugin dynamically? The output of './configure --help' should show you which plugins are enabled by default. > > And I want the know the differences between MySQL and drizzle.. Is the > *notable MySQL differences* in the docs tell about them completely? Where > should I look for more details? I think that document pretty much covers it, though it's been a while since I reviewed it. You can always fire up both databases and experiment. :) -Dave _______________________________________________ Mailing list: https://launchpad.net/~drizzle-discuss Post to : [email protected] Unsubscribe : https://launchpad.net/~drizzle-discuss More help : https://help.launchpad.net/ListHelp

