• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Increase import database size

pedorret

New Pleskian
Hi everybody,

I have a virtual server with CentOS 6.4 (Final) and Plesk 11.5.30 and I would like to increase the database size to import because right now it's only 2MB and I have to put online a website with 10MB.

How can I do?

Thanks.
 
Thanks for the answer. On the /usr/ folder in my Centos there's only two more folders named lib and libexec. I can't find the php.ini file
 
What do you mean? On my test CentOS Plesk server I see:

# cat /etc/redhat-release
CentOS release 6.6 (Final)

# ll /usr/
total 100
drwxr-xr-x 2 root root 28672 May 6 05:26 bin
drwxr-xr-x 2 root root 4096 Sep 23 2011 etc
drwxr-xr-x 2 root root 4096 Sep 23 2011 games
drwxr-xr-x 34 root root 4096 May 6 05:12 include
drwxr-xr-x 67 root root 24576 May 6 05:26 lib
drwxr-xr-x 9 root root 4096 May 6 05:10 libexec
drwxr-xr-x 13 root root 4096 Aug 21 2014 local
drwxr-xr-x 2 root root 12288 May 6 05:26 sbin
drwxr-xr-x 106 root root 4096 May 6 05:15 share
drwxr-xr-x 4 root root 4096 Jan 19 15:33 src
lrwxr-xr-x 1 root root 10 Jan 19 15:33 tmp -> ../var/tmp
 
Thansk again for your answer. Finally I solve it. In Plesk at the file administrator appear as I said the usr folder but I try on parallels power paner on my virtual server and appear as you mention in http://kb.odin.com/120683

Thank you.
 
I have another problem with it. I modify the php.ini file but when try to import the datafile I have 504 Gateway timeout message.

I found this http://kb.odin.com/en/120210 but as I can't find nginx.conf to
Increase the following values at /etc/nginx/nginx.conf

fastcgi_buffers 8 128k;
fastcgi_buffer_size 256k;

I just found / etc/ nginx/ plesk.conf.d/ and more folders inside and not the file


I also try this http://www.huschi.info/archiv/plesk-nginx-504-gateway-time-out.html with same result 504 gateway time-out
 
Last edited:
Back
Top