Digital programming is a blog for developers & coding enthusiastic people. It provides a lot of solutions & strategies of coding in simplistic way.
Command Line to import large file in Mysql
mysql -u username -p -h hostname databasename < dump.sql
No comments:
Post a Comment