Nothing fancy. Just a scratchboard for Open Source Geospatial manipulations. Involves (although not limited to) Linux, R, gdal, Quantum GIS, Geoserver etc.
Thursday, April 16, 2009
MySQL Command line
How do I import a MySQL dumpfile into my database?
From linux shell :
$mysql -u gocek_egroupware -p gocek_egroupware2_16 < gocek_egroupware_16_eski.sql
No comments:
Post a Comment