To import DB using command line on server:
mysql -u [User name of the Database] -p [Database Name] < [.SQL file name]
it will ask for the password, we need to paste the password using right click and then hit enter
Some help on php code
To import DB using command line on server:
mysql -u [User name of the Database] -p [Database Name] < [.SQL file name]
it will ask for the password, we need to paste the password using right click and then hit enter