Tag: Open Source

Community

Examples of bad queries

(Sarah Sproehnle) In my years of teaching MySQL topics, I’ve noticed that many people write bad queries. It’s not necessarily their fault. It could be that they don’t understand some aspect of SQL, or that they solved the problem with the first technique that came to mind, or that their query is fin

Community

Running MySQL in Batch Mode

(Rob Gravelle) Anyone who has spent a fair amount of time working with databases comes to realize that common tasks like backups and data transfers should be run from a script rather than interactively. Having MySQL read commands from a file is called running in batch mode, because such a file gener