A scrappy shell script to autmatically log into mysql, made for my fellow students
A simple shell script I made for me and my fellow students to facilitate logging into our university’s mysql database with the linux bash.
When you run the script the first time, it will ask you for your login data and store it for future use. Having completed that process, logging into mysql will be as easy as calling the script.
Hint: the password is currently only encrypted with base64, please don’t use this script for databases that contain sensitive data.