phpbar.de logo

Mailinglisten-Archive

Import mit mysql

Import mit mysql

Volker Graubaum volker.graubaum at e-netconsulting.de
Son Mai 22 18:43:30 CEST 2005


Hi,

wie wäre es mit mysql Datenbank < file.sql ???

Zu finden auf 
http://dev.mysql.com/doc/mysql/en/mysqldump.html

-> The most common use of mysqldump is probably for making a backup of
an entire database:
-> shell> mysqldump --opt db_name > backup-file.sql
-> 
-> You can read the dump file back into the server like this:
-> shell> mysql db_name < backup-file.sql
-> Or like this:
-> shell> mysql -e "source /path-to-backup/backup-file.sql" db_name

Gruß Volker
-- 
Volker Graubaum || e-netconsulting 
Steintwiete 16 || 20459 Hamburg
Tel. +49 40 878828 17 || Fax +49 700 22553638
www.e-netconsulting.com || vg at e-netconsulting.de

-- 
Infos zur Mailingliste, zur Teilnahme und zum An- und Abmelden unter
-->>  http://www.4t2.com/mysql 


php::bar PHP Wiki   -   Listenarchive