Tag: import
Import RPM Key
October 26, 2008
Import public-key digital signature rpm –import /media/cdrom/RPM-GPG-KEY
CSV Export/Import Functions in PHP
September 19, 2007
Functions to Export and import CSV data using PHP //*Get the result of the query as a CSV stream. function…
Using Subversion – Import, Checkout and Update
March 23, 2007
Import/New Project svn import <Folder> <Repository> Online Repository Example svn import Nexty https://nexty.svn.sourceforge.net/svnroot/nexty Checkout svn checkout https://nexty.svn.sourceforge.net/svnroot/nexty [<folder>] Update svn…
MySQL Database Backup/Restore
March 17, 2007
This command can be used to backup MySQL database. mysqldump -u <User> -p <Database name> [<Table name>] > backup.sql This…
Recent Comments