Control Web Panel

WebPanel => CentOS 7 Problems => Topic started by: pramod1221 on January 25, 2018, 02:10:46 PM

Title: Phpmyadmin running on different webserver
Post by: pramod1221 on January 25, 2018, 02:10:46 PM
Just installed CWP for Centos 7 and i realised that phpmyadmin seems to be running on a completely different web server
Web server
nginx/1.12.1
Database client version: libmysql - mysqlnd 5.0.12-dev - 20150407 - $Id: b5c5906d452ec590732a93b051f3827e02749b83 $
PHP extension: mysqliDocumentation curlDocumentation mbstringDocumentation
PHP version: 7.0.24

I have installed and configured php 7.2.1 for the rest, but because of this different setup for phpmyadmin, i am unable to increase the upload file size for sql. Stuck at 64M

I saw a few other people facing the same issue, but none of them seem to have gotten a solution.
Any help will be appreciated.
Title: Re: Phpmyadmin running on different webserver
Post by: bullten on January 25, 2018, 03:23:58 PM
You need to edit this file.

/usr/local/cwp/php71/php.ini

Then restart  php-fpm
service cwp-phpfpm restart
Title: Re: Phpmyadmin running on different webserver
Post by: pramod1221 on January 31, 2018, 10:38:39 AM
Thank worked. Thanks a ton. :)