Jump to content
php.lv forumi

Recommended Posts

Posted

Man tāda problēma. Cenšos exportēt SQL failu datubāzē, bet man nesanāk ! Kaut arī emsu to darījis reizes 10. Rāda, ka fails esot par lielu kaut arī tas sver 3MB, bet max atļautais ir 9MB. Mēģināju caur sql konsoli, bet tad vnk parāda baltu lapu un nekas nav eksportēts ...

 

6o9pakqns3ifiu630c9h.jpg

Posted

function checkUploadSize()

{

if (! $filesize = ini_get('9')) {

$filesize = "9M";

}

 

if ($postsize = ini_get('9')) {

$this->set('9',

min(PMA_get_real_size($filesize), PMA_get_real_size($postsize)));

} else {

$this->set('max_upload_size', PMA_get_real_size($filesize));

}

}

Posted

WTF?!

PhpMyAdmin skatīt cauri un atrast īsto vietu, kur mainīt šos variabļus, varētu būt sarežģīti, tāpēc nomaini tos php.ini failā vai ar .htaccess

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...