over 7 years ago
First go to terminal, for Linux (UBNTU) user can go directly by pressing Ctrl-Alt-t key. Now write down the following commands in Terminal.
mysql -u <username> -p <anydatabase_name>
After writing the above command, terminal will ask for password, you have to enter the password of database . Enter Password:
<Database_password>
c. Now next command- Create a new database if database to which the sql file is to be imported does not exists.
mysql>create database <database_name>;
d. Specify the database name to which the .sql file is to be imported.
mysql>use <databasename>;
e. Specify the source of your sql file.
mysql>set autocommit=0; source <file path in local directory>; commit;
Starting with Chrome version 45, NPAPI is no longer supported for Google Chrome. For more information, see Chrome and NPAPI (blog.chromium.org).
Firefox and Microsoft Internet Explorer are recommended browsers for websites using java applets.
Chrome Version Support
Are you sure, you want to delete this comment?
Sign up using
0 Comment(s)