Datenbank zu groß
Ich habe nun ein WBB 4.1 mit XAMPP installiert und ich komme auch in's ACP und in's Forum. Soweit also alles gut. Jetzt wollte ich die Datenbank von meinem richtigen Forum importieren. Die Datenbank ist aber zu groß. Sie darf maximal 2.048KiB groß sein. Meine ist ca. 13.000. Von XAMPP werde ich auf folgende Seite verwiesen:
http://localhost/phpmyadmin/doc/html/faq.html#faq1-16
Quote1.16 I cannot upload big dump files (memory, HTTP or timeout problems).
Starting with version 2.7.0, the import engine has been re–written and these problems should not occur. If possible, upgrade your phpMyAdmin to the latest version to take advantage of the new import features.
The first things to check (or ask your host provider to check) are the values of
max_execution_time
,upload_max_filesize
,memory_limit
andpost_max_size
in thephp.ini
configuration file. All of these three settings limit the maximum size of data that can be submitted and handled by PHP. Please note thatpost_max_size
needs to be larger thanupload_max_filesize
. There exist several workarounds if your upload is too big or your hosting provider is unwilling to change the settings:
- Look at the
$cfg['UploadDir']
feature. This allows one to upload a file to the server via scp, ftp, or your favorite file transfer method. PhpMyAdmin is then able to import the files from the temporary directory. More information is available in the Configuration of this document.- Using a utility (such as BigDump) to split the files before uploading. We cannot support this or any third party applications, but are aware of users having success with it.
- If you have shell (command line) access, use MySQL to import the files directly. You can do this by issuing the “source” command from within MySQL:
in der Confic-Datei my.ini finde ich die oben genannten Werte leider nicht. Ich habe sie also selber angelegt und mal großzügig =100M angegeben. Keine Ahnung was ich da eigentlich mache. Leider lässt sich die Datenbank immer noch nicht importieren.
___________________________________________________________________________________________________________________________
Edit: Okay ich bin, glaube ich, auf dem richtigen Weg:
https://www.homeconstructor.ne…xport-grosser-datenbanken
Ich versuche noch ein bisschen und melde mich sobald ich Hilfe brauche.