How do I switch to shell access if I've already got database access?
        Posted  
        
            by apache
        on Server Fault
        
        See other posts from Server Fault
        
            or by apache
        
        
        
        Published on 2010-05-22T13:41:37Z
        Indexed on 
            2010/05/22
            13:51 UTC
        
        
        Read the original article
        Hit count: 233
        
mysql -u user -p pass -h remotehost
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 96
Server version: 5.1.36-community-log MySQL Community Server (GPL)
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
mysql> 
Suppose the remotehost's OS is linux,
how do I switch to shell mode?
© Server Fault or respective owner