Reply to comment

In the Apache world, you

In the Apache world, you might be familiar with tweaking your config file(s) and then running $ apachectl configtest to see if the config parses. We've been discussing this on the drizzle mailing list and talking in general about configuration handling and management. Well, it turns out that you can fake it in MySQL and Drizzle too. If you have a new configuration in /tmp/new.cnf, try this: $ mysqld --defaults-file=/tmp/new.cnf --verbose --help And it'll run mysqld (or drizzled), parse the...

Reply

The content of this field is kept private and will not be shown publicly.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.

More information about formatting options

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.