Sharing MySQL Option Group Configurations
Posted in Programming, Technical on December 30th, 2007 3 Comments »
If you have groups defined in your .my.cnf file so that your scripts don’t need to specify database connections directly, such as from R or perl scripts, you may wish to use these group definitions for mysql scripting from bash. Unfortunately, there doesn’t seem to be any way to tell mysql to load login information from […]