View Single Post
Old 05-13-2007, 01:55 PM   #2 (permalink)
PureEvilDan
Register user
 
PureEvilDan's Avatar
 
Join Date: May 2005
Location: England
Posts: 229
OS: Gentoo AMD XP 2400+ 1GB Ram / WinXp Intel 805D 2GB Ram

My System

Re: [Urgent Help] Need SSH Command ( Sql Backup)

Code:
mysql -u username -p -h 192.168.1.1 databasename < data.sql
Replace the ip with either the ip of the server or the host name, and fill in the other italics with your details.
PureEvilDan is offline