> > > > SSH or SFTP. The only way we can access the MySQL database on that > server > > > is either use phpMyAdmin (which I don't particularly care for; not to > > > disparage the hard work of the developers, it's just a matter of > personal > > > preference) or use the command line. > > Use the mysql client, like so: > > #> ssh [EMAIL PROTECTED] > > [EMAIL PROTECTED] ~> mysql --user=dbuser --password somedatabasename > > Enter password: XXX > > mysql> SELECT blah blah...
Right. That's the command line to which I referred above. thnx, Christoph