Web Hosting News, Web Hosting Tips, Web Hosting Tutorials and FAQ by AwardSpace.com
AwardSpace Blog » Posts for tag 'shell'

I am trying to access mysql via SSH command line, what is the path to mysql command via SSH? No comments yet

Answer: The command line is as follows: mysql -h<HOST> -D<DB> -u<USER> -p<PASS>

Top of page / Subscribe to new Entries (RSS)