in reply to Database access on your site, or "Where the hell is mysql?"
where the useraccount, password and dbname are whatever you're using for the db connection on the remote version of your website. This sort of remote server access with mysql is very common.mysql -h remote.host.name -u useraccount -ppassword dbname
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Database access on your site, or "Where the hell is mysql?"
by SkipHuffman (Monk) on Oct 02, 2005 at 15:58 UTC |