且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

将SQL文件导入mysql

更新时间:2022-04-13 22:29:09

最后,我解决了这个问题.我将 `nitm.sql` 文件放在 `mysql` 文件夹的 `bin` 文件中,并使用以下语法.

Finally, i solved the problem. I placed the `nitm.sql` file in `bin` file of the `mysql` folder and used the following syntax.

C:\wamp\bin\mysql\mysql5.0.51b\bin>mysql -u root nitm < nitm.sql

这奏效了.