A few basic doubts! Help me out!!
Wed, 16 Jan 2013 13:47:57 -0800 Post Comments
Hi,
`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.
The output of './configure --help' should show you which plugins are
enabled by default.
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
`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.
The output of './configure --help' should show you which plugins are
enabled by default.
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
