MySQL import large data simple implementation code

Source: Internet
Author: User
Tags mysql import

Dbhost to your database server address (small tip: General host default database server address is: localhost)
Dbuser change to your database user name
Password change to your database user password
dbname change to your database name
Backup.sql represents the file name of the database file that was uploaded to the root directory of the Web site via FTP (the file is uncompressed)


1. Upload database backup files (such as Backup.sql) to the site root directory.
2. Save the following code as a mysql.php file and upload it to the site root directory.

The code is as follows Copy Code
<?php
System ("Mysql-hdbhost-udbuser-ppassword dbname < Backup.sql");
Print "Import succeeded";
?>

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.