Logging into mysql using bash
For ubuntu or linux shell try to use command
mysql -u username -p'p@ssw()rD'
for remote host login use
mysql -h hostname -u user -p'password'
Logging into mysql using bash
For ubuntu or linux shell try to use command
mysql -u username -p'p@ssw()rD'
for remote host login use
mysql -h hostname -u user -p'password'