This error is displayed when importing a table to MySQL.
Fatal error:allowed memory size of 134217728 bytes exhausted (tried to allocate, bytes) in C:\Program Files (x86) \EASYP Hp-12.1\modules\phpmyadmin3522x121010173154\libraries\sqlparser.lib.php on line 62
How do we expand it? Thank you.
Reply to discussion (solution)
DOS command line execution
DOS command line execution
How to execute Ah, I installed is easyphp only ah ...
Import the SQL statements from the file into the database from D:\MySQL\mydb2.sql:
1. Go to MySQL from the command line and create database mydb2 with the command; mydb2.
2. Exit MySQL to enter the command exit, or quit;
3. Enter the following command in CMD:
C:\>mysql-h localhost-u root-p MYDB2 < D:\MySQL\mydb2.sql
It's easier to modify the file upload limit size
Memory_limit=128m,upload_max_filesize=2m,post_max_size=8m
Modify Upload_
Default 2MB change to the one you need
Under command line execution:
Use DB;
Source/data/tt.sql; Note that the Tt.sql path should be correct
That's how it turns out.