Ich will einen MySQL Dump bei meinem Provider per PHPmyAdmin hochladen, nur leider kommt immer nur das:
Warning: open_basedir restriction in effect. File is in wrong directory in /var/www/html/pma/read_dump.php on line 252
Warning: fopen("/tmp/phpt1vPjO","r") - Operation not permitted in /var/www/html/pma/read_dump.php on line 252
Warning: Supplied argument is not a valid File-Handle resource in /var/www/html/pma/read_dump.php on line 252
Warning: Cannot add header information - headers already sent by (output started at /var/www/html/pma/read_dump.php:252) in /var/www/html/pma/libraries/ob.lib.php on line 53
Warning: Cannot add header information - headers already sent by (output started at /var/www/html/pma/read_dump.php:252) in /var/www/html/pma/header.inc.php on line 23
Warning: Cannot add header information - headers already sent by (output started at /var/www/html/pma/read_dump.php:252) in /var/www/html/pma/header.inc.php on line 24
Warning: Cannot add header information - headers already sent by (output started at /var/www/html/pma/read_dump.php:252) in /var/www/html/pma/header.inc.php on line 25
Warning: Cannot add header information - headers already sent by (output started at /var/www/html/pma/read_dump.php:252) in /var/www/html/pma/header.inc.php on line 26
Warning: Cannot add header information - headers already sent by (output started at /var/www/html/pma/read_dump.php:252) in /var/www/html/pma/header.inc.php on line 27
Warning: Cannot add header information - headers already sent by (output started at /var/www/html/pma/read_dump.php:252) in /var/www/html/pma/header.inc.php on line 29
Wo liegt das Problem?
Wie kriege ich jetzt meinen Dump hoch?
Warning: open_basedir restriction in effect. File is in wrong directory in /var/www/html/pma/read_dump.php on line 252
Warning: fopen("/tmp/phpt1vPjO","r") - Operation not permitted in /var/www/html/pma/read_dump.php on line 252
Warning: Supplied argument is not a valid File-Handle resource in /var/www/html/pma/read_dump.php on line 252
Warning: Cannot add header information - headers already sent by (output started at /var/www/html/pma/read_dump.php:252) in /var/www/html/pma/libraries/ob.lib.php on line 53
Warning: Cannot add header information - headers already sent by (output started at /var/www/html/pma/read_dump.php:252) in /var/www/html/pma/header.inc.php on line 23
Warning: Cannot add header information - headers already sent by (output started at /var/www/html/pma/read_dump.php:252) in /var/www/html/pma/header.inc.php on line 24
Warning: Cannot add header information - headers already sent by (output started at /var/www/html/pma/read_dump.php:252) in /var/www/html/pma/header.inc.php on line 25
Warning: Cannot add header information - headers already sent by (output started at /var/www/html/pma/read_dump.php:252) in /var/www/html/pma/header.inc.php on line 26
Warning: Cannot add header information - headers already sent by (output started at /var/www/html/pma/read_dump.php:252) in /var/www/html/pma/header.inc.php on line 27
Warning: Cannot add header information - headers already sent by (output started at /var/www/html/pma/read_dump.php:252) in /var/www/html/pma/header.inc.php on line 29
Wo liegt das Problem?
Wie kriege ich jetzt meinen Dump hoch?
Kommentar