AI Web World is a blog for developers & coding enthusiastic people. It provides details, what every developer needs to know in current era, how development are changing in the AI era.
21 Dec 2016
Command Line to import large file in Mysql
Command Line to import large file in Mysql
mysql -u username -p -h hostname databasename <dump.sql
No comments:
Post a Comment