## create DB then,
## Login to mysql prompt by using following command
/opt/lampp/bin/mysql -u root
## then it will redirect to mysql prompt as follows
mysql>
## then login to require db by using use command
mysql>use <dbname>
## for help
mysql>\help
## To restore db kept SQL script file at root folder and run filloing command
mysql>\. <scriptfilename.sql>
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment