sqlite3 sample.db .dump > dump.sql; You can then (in theory) import SQLite dump into the MySQL database. mysql -p -u root -h 127.0.0.1 test < dump.sql.
確定! 回上一頁