So I use MySQL for testing from time to time and I always get frustrated at logging in via command line. Is it option “P” or option “p”, “U” or “u”. Long story short I chuckled at the option for -U or –i-am-a-dummy. So if you can’t figure out how to log in, maybe you [...]
Archive for the ‘MySQL’ Category
MySQL command options
Posted in MySQL, tagged i am a dummy, MySQL on March 21, 2011 | Leave a Comment »
MySQL stored routines
Posted in MySQL, tagged function, MySQL, stored procedure on April 8, 2010 | Leave a Comment »
Recently I needed to added some functionality to MySQL (5.1) for a project I am working on. Several different stored routines needed to be written, so I went about writing them. Having never written (what I know now are refered to as “routines) for MySQL I went to the logical place: MySQL Documentaiton. Being impatient [...]