Author Topic: Phpmyadmin running on different webserver  (Read 7495 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
Phpmyadmin running on different webserver
« 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.

Offline
***
Re: Phpmyadmin running on different webserver
« Reply #1 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
« Last Edit: January 25, 2018, 03:31:56 PM by bullten »

Offline
*
Re: Phpmyadmin running on different webserver
« Reply #2 on: January 31, 2018, 10:38:39 AM »
Thank worked. Thanks a ton. :)