Help for this page

Select Code to Download


  1. or download this
       # mysql -u <your-user> -p <remote-database-name>
    
            "-p" says to ask you for the password, so you'll
                 get a prompt to enter the password for user
                 <your-user>.
    
  2. or download this
       mysql> select * from <table in remote-database-name>;