I'm working on a python script to setup servers quickly and it basically has a list of commands I want to execute on the linux commandline.
I can install all the software I need but not sure how to create a mysql user solely via command line? I can I can go into the mysql shell and do it but is there a way to do it solely from the linux shell(once the user is created I can do all the database setup remotely with a python script)?