phpMyAdmin Frage

Bash, Shell, PHP, Python, Perl, CGI
Post Reply
3df
Posts: 5
Joined: 2006-02-18 01:54
 

phpMyAdmin Frage

Post by 3df »

Hallo, ich wollte mal fragen ob es möglich ist auf meinem server einzustellen das man mehr als 2.048KB in phpMyAdmin hochladen kann?.

denn ich bekomme wenn ich eine größere DB hochladen bzw importieren will eine fehlermeldung:

.

Code: Select all

Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 2489835 bytes) in /srv/www/htdocs/phpMyAdmin/libraries/read_dump.lib.php on line 91
die Db die ich hochladen will hat: 2,38 MB (2.499.295 Bytes)

Danke euch.
duergner
Posts: 923
Joined: 2003-08-20 11:30
Location: Pittsburgh, PA, USA
 

Re: phpMyAdmin Frage

Post by duergner »

/etc/php4/apache/php.ini

Oder eine andere php.ini abhängig davon, welche Version du einsetzt. Das kann man leider auch Grund deiner spärlichen Angaben nur raten.
3df
Posts: 5
Joined: 2006-02-18 01:54
 

Re: phpMyAdmin Frage

Post by 3df »

ich nutze phpMyAdmin 2.6.1-pl3
flo
Posts: 2223
Joined: 2002-07-28 13:02
Location: Berlin
 

Re: phpMyAdmin Frage

Post by flo »

Du mußt doch wissen, wo Deine php.ini ist und/oder wie die heißt!?

flo.
duergner
Posts: 923
Joined: 2003-08-20 11:30
Location: Pittsburgh, PA, USA
 

Re: phpMyAdmin Frage

Post by duergner »

Der Hinweis mit der Version bezog sich auf die PHP Version und die phpMyAdmin Version. Ich hätte gedacht, dass du hier soweit mitdenkst. Alles weitere sollte dir Google verraten.
Outlaw
Posts: 1500
Joined: 2002-12-04 10:22
Location: 4. Server von rechts, 2. Reihe von oben
 

Re: phpMyAdmin Frage

Post by Outlaw »

Tipp: php.ini ist unter /etc zu finden ....

Gruß Outi
3df
Posts: 5
Joined: 2006-02-18 01:54
 

Re: phpMyAdmin Frage

Post by 3df »

dort habe ich den wert von 8M (8MB) schon hochgesetzt, und dann den server neu gestartet aber es ändert sich nichts.

die php.ini ist in /etc/

phpMyAdmin 2.6.1-pl3

MySQL 4.1.10a-Max

PHP 4.1.0

bzw: memory_limit = 32M ; Maximum amount of memory a script may consume (32MB)

und

Maximum size of POST data that PHP will accept.
post_max_size = 8M
flo
Posts: 2223
Joined: 2002-07-28 13:02
Location: Berlin
 

Re: phpMyAdmin Frage

Post by flo »

Code: Select all

 post_max_size
upload_max_filesize
max_execution_time
usw.

flo.
3df
Posts: 5
Joined: 2006-02-18 01:54
 

Re: phpMyAdmin Frage

Post by 3df »

ok habe es jetzt geschafft. danke euch dafür.

jetzt wollte ich die .sql gerade hochladen und bekomme folgende meldung:

Code: Select all

SQL-Befehl: 

-- phpMyAdmin SQL Dump
-- version 2.6.4-pl4
-- http://www.phpmyadmin.net
-- 
-- Host: localhost
-- Erstellungszeit: 26. Februar 2006 um 07:04
-- Server Version: 4.1.18
-- PHP-Version: 4.4.2
-- 
-- Datenbank: `usr_web33_1`
-- 
CREATE DATABASE `usr_web33_1` DEFAULT CHARACTER SET latin1 COLLATE latin1_german2_ci 

MySQL meldet:  

#1044 - Access denied for user 'web6'@'localhost' to database 'usr_web33_1' 
adjustman
Posts: 1132
Joined: 2003-03-26 23:29
Location: SA
 

Re: phpMyAdmin Frage

Post by adjustman »

3df wrote:

Code: Select all

#1044 - Access denied for user 'web6'@'localhost' to database 'usr_web33_1' 
und? siehst es nicht? :wink:
3df
Posts: 5
Joined: 2006-02-18 01:54
 

Re: phpMyAdmin Frage

Post by 3df »

thomas.km
Posts: 364
Joined: 2003-09-14 11:35
Location: Schleswig-Holstein
 

Re: phpMyAdmin Frage

Post by thomas.km »

Access denied

http://dict.leo.org/?lp=ende&lang=de&se ... ess+denied

Der User mit dem du den Dump importieren willst, hat nicht die nötigen rechte, steht doch da!!??
User avatar
Joe User
Project Manager
Project Manager
Posts: 11191
Joined: 2003-02-27 01:00
Location: Hamburg
Contact:
 

Re: phpMyAdmin Frage

Post by Joe User »

web6 != web33
PayPal.Me/JoeUserFreeBSD Remote Installation
Wings for LifeWings for Life World Run

„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
adjustman
Posts: 1132
Joined: 2003-03-26 23:29
Location: SA
 

Re: phpMyAdmin Frage

Post by adjustman »

3df wrote:
tja, wer lesen kann, ist klar im Vorteil :wink:
Siehe oben
arty
Userprojekt
Userprojekt
Posts: 729
Joined: 2002-06-12 10:11
Contact:
 

Re: phpMyAdmin Frage

Post by arty »

Hi,

größere SQL-Dumps sollte man sowieso nicht per phpMyAdmin einspielen, sondern von der Konsole aus.

bye
arty
Post Reply