I did yum erase phpMyAdmin and use your guide above. Thanks
you installed phpmyadmin initially via YUM ? and not via instructed phpmyadmin addon phpmyadmin.sh Addon | Centmin Mod Community ? If so then yes yum phpmyadmin won't work as it isn't setup for Centmin Mod's nginx/php-fpm
yeah it's beta status as not many folks have provided feedback .. but folks use it as it works from my own testing
thanks, I use it and give you feedback later. But how can I roll back the current installed phpMyAdmin?
you mean @RoldanLT 's method at Hello to All | Page 2 | Centmin Mod Community ? just remove directory Code: rm -rf /usr/local/nginx/html/phpmyadmin/
I had run the command and I could find the file phpmyadmin.sh [root@fast ~]# cd /usr/local/src/centmin-v1.2.3mod/addons [root@fast addons]# wget --no-check-certificate https://github.com/centminmod/phpmyadmin/raw/master/phpmyadmin.sh --2015-06-03 12:19:35-- https://github.com/centminmod/phpmyadmin/raw/master/phpmyadmin.sh Resolving github.com... 192.30.252.130 Connecting to github.com|192.30.252.130|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://raw.githubusercontent.com/centminmod/phpmyadmin/master/phpmyadmin.sh [following] --2015-06-03 12:19:36-- https://raw.githubusercontent.com/centminmod/phpmyadmin/master/phpmyadmin.sh Resolving raw.githubusercontent.com... 103.245.222.133 Connecting to raw.githubusercontent.com|103.245.222.133|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 25466 (25K) [text/plain] Saving to: “phpmyadmin.sh” 100%[======================================>] 25,466 --.-K/s in 0s 2015-06-03 12:19:37 (209 MB/s) - “phpmyadmin.sh” saved [25466/25466]
that's correct and expected see phpmyadmin.sh Addon | Centmin Mod Community and instructions at phpmyadmin.sh Centmin Mod Addon
got it bro, had downloaded it 4x hehe, it's doesn't reflect on ftp directory right after you issue the command. Can I delete the other phpmyadmin.sh via ftp? thanks
yeah you can but it doesn't need to be viewable via ftp if you use nano text editor to edit the file instead of via ftp download/upload and editing on local pc
Had it installed on timing below. Total phpmyadmin Install Time: 431.669480605 seconds phpmyadmin install log located at: /root/centminlogs/centminmod_phpmyadmin_install_030615-125406.log
couldn't access phpmyadmin via browser https:// it's location i'm seeing on ftp is /home/phpmyadmin any idea?
im getting secure connection failed in firefox. tried in IE and Chrome still doesn't work this is what I type in browser https://IPAddress/phpmyadmin
kindly ignore the error above, it's now working @eva2000 I'm on Welcome to phpMyAdmin log-in screen, where can I get the credentials?
I've updated PHP to 5.6.0 via Option 5, i cannot login to phpmyadmin anymore t says 502 error bad gateway. any advise?
try restarting both nginx and php-fpm services FAQ item 16 has all the command shortcuts for such too Centmin Mod FAQ - Menu based Nginx installer
if restarting doesn't work can you check to see if you have a unix socket for php-fpm specific to phpmyadmin still on the disk as root user in SSH type and list the socket and post the output you get in CODE tags Code: date nprestart ls -lah /tmp/phpfpm_myadmin.sock