I believe the format is: mysql -u username -p database_name < /path/to/file.sql. From within mysql: mysql> use db_name; mysql> source ...
確定! 回上一頁