View Single Post

  #11 (permalink)  
Old 10-25-2007, 02:47 PM
brothers brothers is offline
Junior Member
User
 
Join Date: Oct 2007
My distro: Debian
Posts: 6
Rep Power: 0
brothers is on a distinguished road
Default

I have ssh access no problem what I do not understand is how to command should I command all those codes you provided?
or just this part

Code:
#!/bin/bash
DBNAME="phpbb"
DBPASS="myPassWord"
DBUSER="admin"
DBHOST="localhost"
BACKUP="out.sql"
Reply With Quote