RE: Automated SQL checker?

2017-04-11 Thread Michael Munger
Use MySQL workbench. Add query to the editor, execute, check results. Then, use the "Execution plan" feature to see how things are executing and look for bad things (Cartesian products, stupid loops, etc...) See also: Query stats. Michael Munger, dCAP, MCPS, MCNPS, MBSS High Po

Re: Mystery error in GRANT statement

2016-10-03 Thread Michael Munger
Nothing. But you opened your quote 27th a " and tried to close it with a ' Quote mismatch. Get Outlook for Android On Mon, Oct 3, 2016 at 9:45 PM -0400, "James Moe" > wrote: opensuse v42.1 linux 4.1.31-30-default

Init script fails.

2016-10-02 Thread Michael Munger
TLDR = /etc/init.d/mysql start fails after the following line (line 22), and I would like to fix it so that init starts mysqld automatically. Problem line: |./lib/lsb/init-functions| This is included in nearly all init scripts, and other init scripts work just fine. Putting breadcrumbs in