I'm new to mysql. My requirement is to create a shell script to import a sql dump file into mysql in linux and this script should be called by java program for the restoration to take on a button click.
Please advice me on this.
Regards,
Chandu.
|
|
|
It can be done by using mysql
EDIT: To place this in a script: file loaddb.sh:
add execute-permission by
you would call it:
|
|||||||||||
|
|
See this; it might be beneficial:
|
||||
|
|