Unable to import Database

Problems with the Linux version of XAMPP, questions, comments, and anything related.

Unable to import Database

Postby donleehk » 12. May 2008 07:14

I had install 'xampp-linux-1.6.6.tar.gz' on my mandriva machine
Setup everything, including the security.

MyPHPAdmin just could not import a database.
I even tried to export a database from the MyPHPAdmin.
Den maunally drop that database.
Tried to import but always failed

Is there any configuration i might missed out?

Below are the pics:

The Error Msg
Image

The Sql File which i exported
Image
donleehk
 
Posts: 1
Joined: 12. May 2008 07:10

Postby gunni49 » 14. May 2008 20:21

Hi there,

Your error message seems to be related to the standard settings in the php.ini. To check your settings go to /opt/lampp/etc and download the file php.ini. Open the file with a text editor f.e vim and search for "size". You will find

; Maximum size of POST data that PHP will accept.
post_max_size = 8M

and

; Maximum allowed size for uploaded files.
upload_max_filesize = 2M

There you have to make the necessary modifications depending on the filesize of your sql database. I have set for both sections 32M.

Gunni
gunni49
 
Posts: 13
Joined: 09. March 2008 06:46

Postby sizuki » 31. May 2008 09:34

gunni49 wrote:Hi there,

Your error message seems to be related to the standard settings in the php.ini. To check your settings go to /opt/lampp/etc and download the file php.ini. Open the file with a text editor f.e vim and search for "size". You will find

; Maximum size of POST data that PHP will accept.
post_max_size = 8M

and

; Maximum allowed size for uploaded files.
upload_max_filesize = 2M

There you have to make the necessary modifications depending on the filesize of your sql database. I have set for both sections 32M.

Gunni


Not work for me..., my sql file only 10 kB
sizuki
 
Posts: 3
Joined: 31. May 2008 09:21


Return to XAMPP for Linux

Who is online

Users browsing this forum: No registered users and 22 guests