Sponsored By
Advertise with Us
Advertisement
Advertise with Us
Follow Us
Article
Forum
Blog
Quiz
Beginner
Careers
Contact
Login
Email Id
Password
Remember Me
Forgot Password?
Sign Up
Home
|
Product
|
Services
|
About Us
|
Interview
|
DeveloperSection
|
Submit an Article
|
Submit Blog
Report Abuse Form
Reason:
Home
>>
Database
>>
MYSQL
>>
How to restore backup file in MySQL database?
Author
Post
Pravesh Singh
Total Post:
38
Member Since:
12/12/2011
Points:
198
How to restore backup file in MySQL database?
Posted On:
3/12/2012 1:58:49 AM
Report Abuse
Hello Everyone,
I'm facing a problem in restoring backup file in MySQL database. So can anyone help me how to solve this problem.
Thanks in advance!!
Reply
Author
Post
Arun Singh
Total Post:
48
Member Since:
7/1/2011
Points:
331
Re: How to restore backup file in MySQL database?
Posted On:
3/12/2012 8:10:38 AM
Report Abuse
Hi Pravesh Singh,
To restore MySQL database backup file, you have just use LOAD DATA INFILE query like this...
Query:
LOAD DATA INFILE '$backupFile' INTO TABLE $tableName ;
Where,
$backupFile
-> is backup file name with path.
$tableName
-> is table name in which you will load or insert data.
I hope it will be solve your problem.
Reply
Report Abuse Form
Reason:
Total Online Users:
7020
Advertisement
Advertise with Us
Copyright ©
2009 - 2013
MindStick. All Rights Reserved.
Home
|
Contact Us
|
Services
|
Feedback
|
Advertisement
|
Privacy Policy
|
Term & Conditions
|
About Us