Restore DataBase
Hi all!
To restore my database from my java code and I use :
mysql -u user -ppassword db_name < C:/script.sql
and it works fine but my problem is that I'm not getting any output (table created, ... )
and I would like to display these informative messages in my java applications
Do you know how can i get output information?
Thanks!!
TLLI
Subject
Views
Written By
Posted
Restore DataBase
2721
May 03, 2006 10:11AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.