Php online import mysql Big Data Program, php import mysql data _ PHP Tutorial

Source: Internet
Author: User
Tags chop php online
Php imports mysql big data program online, and php imports mysql data. Php online import mysql Big Data Program, php import mysql data php online import mysql big data program phpheader (content-type: texthtml; charsetutf-8); error_reporting (E_ALL ); set_time php imports mysql big data program online, and php imports mysql data

Php online import mysql Big Data Program

<? Phpheader ("content-type: text/html; charset = utf-8"); error_reporting (E_ALL); set_time_limit (0); $ file = '. /test. SQL '; $ data = file ($ file); echo"
"; // Print_r ($ data); $ data_new = array (); $ tmp = array (); foreach ($ data as $ line) {$ line = trim ($ line); if (strlen ($ line) = 0) {continue;} if (substr ($ line,) = '--') {continue;} if (substr ($ line, 0,2) = '/*') {continue;} $ tmp [] = $ line; if (substr ($ line, -1) = ';') {$ query = implode ('', $ tmp); $ tmp = array (); $ data_new [] = $ query ;}} $ mysqli = new mysqli ('localhost', 'root', 'root', 'test'); if ($ mysqli-> connect_errno) {exit (' Database Connection failed! ') ;}$ Mysqli-> query ("set names utf8"); $ error = array (); foreach ($ data_new as $ SQL) {$ mysqli-> query ($ SQL); $ r = $ mysqli-> error; if ($ r) $ error [] = $ r;} print_r ($ r ); /* mysql> alter table tbl2 disable keys; Query OK, 0 rows affected (0.00 sec) mysql> insert into tbl2 SELECT * FROM tbl1; Query OK, 2000000 row affected (36.30 sec) records: 2000000 Duplicates: 0 Warnings: 0 mysql> alter table tbl2 enable keys; Query OK, 0 rows affected (44.55 sec )*/

Applicability: the SQL file exported by phpmyadmin is too large to be imported to online phpmyadmin.

Upload the program and SQL file to the space and delete it after use.

Share the methods of other netizens. For more information, see

$rate_info = file("$table.txt"); print $n_s = chop($rate_info[0]); for($start=1;$start { $value=""; for ($i=$start;$i<($start+$n_s-1);$i++) { $tmp = str_replace("&&jimmy&&"," ",chop($rate_info[$i])); $value .= "'".addslashes($tmp)."',"; } $tmp = str_replace("&&jimmy&&"," ",chop($rate_info[$start+$n_s-1])); $value .= "'".$tmp."'"; $query = "insert into $table values (".$value.")"; print mysql_error(); mysql_query($query); print $start." "; } print "ostart"; ?> 

The above is all the content of this article. I hope you will like it.

Http://www.bkjia.com/PHPjc/1015436.htmlwww.bkjia.comtruehttp://www.bkjia.com/PHPjc/1015436.htmlTechArticlephp online import mysql Big Data Program, php import mysql data php online import mysql big data program phpheader ("content-type: text/html; charset = utf-8 "); error_reporting (E_ALL); set_time...

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.