Tag: Open Source

Community

Automatic Login with MySQL

(Sirgey) When running non-interactive MySQL commands one may submit MySQL credentials on the command line (we’ll share with you a better option after the break), e.g.: mysql –password=secret –user=username database_name < query.sql [membership level="0"] [pmpro_button level="14" text="Read More - Register for Free Membership"][/membership] [membership][standout-css3-button href="http://www.linuxjournal.com/node/1001956" opennewwindow=true]Read More[/standout-css3-button] (Community content) [/membership]

Community

Finding and fixing load problems

(Mark Callaghan) How do you tune load problems on MySQL? You might get lucky and see that there are a few long running statements when running SHOW PROCESSLIST. You might be working on a small system where you know all of the people and/or SQL statements. Unfortunately, these approaches don’t work f

Community

Creating a Job queue in Innodb

(Jay Janssen) So you want to build a system that does jobs. You want the jobs to be able to be run in parallel for speed, but also for redundancy. This system needs to be coordinated so, for example, the same jobs aren’t being done twice, the status of every job is easy to see, and multiple servers