Sponsor:

Server and Web Integrator
Link:
Kloxo-MR logo
6.5.0 or 7.0.0
Click for "How to install"
Donation/Sponsorship:
Kloxo-MR is open-source.
Donate and or Sponsorship always welcome.
Click to:
Click Here
Please login or register. 2024-05-04, 06:48:16

Author Topic: Please offer phpMyAdmin 4.1.7 for php53s users  (Read 6651 times)

0 Members and 1 Guest are viewing this topic.

Offline Spacedust

  • Super Grand Master
  • ****
  • Posts: 4,050
  • Karma: +1/-0
    • View Profile
Please offer phpMyAdmin 4.1.7 for php53s users
« on: 2014-02-14, 22:11:57 »
Maybe we should start some special repo like:

kloxomr-thirdparty-phpmyadmin-php53s ?

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: Please offer phpMyAdmin 4.1.7 for php53s users
« Reply #1 on: 2014-02-15, 03:44:43 »
For awhile, install kloxomr-panel-phpmyadmin and then copy/move the content of /home/httpd/cp/phpmyadmin to /usr/local/lxlabs/kloxo/httpdocs/thirdparty/phpmyadmin.
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline chrisf

  • Senior Master
  • **
  • Posts: 883
  • Karma: +11/-1
  • Gender: Male
  • Be the change that you wish to see in the world.
    • View Profile
    • Conviction's Hosting
Re: Please offer phpMyAdmin 4.1.7 for php53s users
« Reply #2 on: 2014-02-16, 07:17:54 »
Mustafa, please update kloxomr-panel-phpmyadmin to new version. 4.1.7.

@spacedust, here is the easiest way to do this so phpmyadmin is newest version inside KloxoMR panel.
SSH:
Code: [Select]
yum install kloxomr-panel-phpmyadmin
cd /usr/local/lxlabs/kloxo/httpdocs/thirdparty
rm -rf phpMyAdmin
ln -sf /home/kloxo/httpd/cp/phpMyAdmin phpMyAdmin

Now even when kloxomr-panel-phpmyadmin is new version, no need to copy/move, the symlink will always be newest version ;)
Christopher

Knowledge in: PHP, Perl, MySQL, Javascript, Actionscript, FLASH, HTML, CSS
Server Administrator / Developer: https://convictionshosting.com

Offline Spacedust

  • Super Grand Master
  • ****
  • Posts: 4,050
  • Karma: +1/-0
    • View Profile
Re: Please offer phpMyAdmin 4.1.7 for php53s users
« Reply #3 on: 2014-02-16, 23:25:23 »
Mustafa, please update kloxomr-panel-phpmyadmin to new version. 4.1.7.

@spacedust, here is the easiest way to do this so phpmyadmin is newest version inside KloxoMR panel.
SSH:
Code: [Select]
yum install kloxomr-panel-phpmyadmin
cd /usr/local/lxlabs/kloxo/httpdocs/thirdparty
rm -rf phpMyAdmin
ln -sf /home/kloxo/httpd/cp/phpMyAdmin phpMyAdmin

Now even when kloxomr-panel-phpmyadmin is new version, no need to copy/move, the symlink will always be newest version ;)


It doesn't work for me.

"File not found. "
« Last Edit: 2014-02-16, 23:33:09 by Spacedust »

Offline chrisf

  • Senior Master
  • **
  • Posts: 883
  • Karma: +11/-1
  • Gender: Male
  • Be the change that you wish to see in the world.
    • View Profile
    • Conviction's Hosting
Re: Please offer phpMyAdmin 4.1.7 for php53s users
« Reply #4 on: 2014-02-17, 00:46:27 »
File not found?  Interesting.  I did it for all my servers.

Should work.... any other information?
Christopher

Knowledge in: PHP, Perl, MySQL, Javascript, Actionscript, FLASH, HTML, CSS
Server Administrator / Developer: https://convictionshosting.com

Offline zenkul

  • Global Moderator
  • Master
  • *****
  • Posts: 383
  • Karma: +3/-0
    • View Profile
    • home & decor
Re: Please offer phpMyAdmin 4.1.7 for php53s users
« Reply #5 on: 2014-02-17, 08:15:24 »
its work in phpMyAdmin 4.1.6

thanks
easy, secure and speed up web panel ===> Kloxo-MR

Offline Spacedust

  • Super Grand Master
  • ****
  • Posts: 4,050
  • Karma: +1/-0
    • View Profile
Re: Please offer phpMyAdmin 4.1.7 for php53s users
« Reply #6 on: 2014-02-17, 12:21:11 »
Got it working, but I don't think it's a good idea. I got some weird characters on login page.

Offline chrisf

  • Senior Master
  • **
  • Posts: 883
  • Karma: +11/-1
  • Gender: Male
  • Be the change that you wish to see in the world.
    • View Profile
    • Conviction's Hosting
Re: Please offer phpMyAdmin 4.1.7 for php53s users
« Reply #7 on: 2014-02-17, 16:03:44 »
In theory it is no different than having it in that directory.  Like copy/move.  Not sure why you have funny characters.  I have been testing.  It works from inside KloxoMR panel without issue.

When we update panel-phpmyadmin it will update in KloxoMR panel also.  The webserver doesn't know the files aren't there, as the filesystem serves them as if they are.

;)
« Last Edit: 2014-02-17, 16:05:16 by chrisf »
Christopher

Knowledge in: PHP, Perl, MySQL, Javascript, Actionscript, FLASH, HTML, CSS
Server Administrator / Developer: https://convictionshosting.com

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: Please offer phpMyAdmin 4.1.7 for php53s users
« Reply #8 on: 2014-02-17, 17:42:48 »
@Stardust,

Try clear your browser cache.
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline Spacedust

  • Super Grand Master
  • ****
  • Posts: 4,050
  • Karma: +1/-0
    • View Profile
Re: Please offer phpMyAdmin 4.1.7 for php53s users
« Reply #9 on: 2014-02-17, 18:07:43 »
Updated to 4.1.7 manually with extended tables and no more warnings and all working fine ;)

Offline chrisf

  • Senior Master
  • **
  • Posts: 883
  • Karma: +11/-1
  • Gender: Male
  • Be the change that you wish to see in the world.
    • View Profile
    • Conviction's Hosting
Re: Please offer phpMyAdmin 4.1.7 for php53s users
« Reply #10 on: 2014-02-17, 18:10:35 »
Mustafa, please update kloxomr-panel-phpmyadmin to 4.1.7

Thank you!
Christopher

Knowledge in: PHP, Perl, MySQL, Javascript, Actionscript, FLASH, HTML, CSS
Server Administrator / Developer: https://convictionshosting.com

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: Please offer phpMyAdmin 4.1.7 for php53s users
« Reply #11 on: 2014-02-17, 18:36:51 »
Will be update together with latest 6.5.1.a
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline Spacedust

  • Super Grand Master
  • ****
  • Posts: 4,050
  • Karma: +1/-0
    • View Profile
Re: Please offer phpMyAdmin 4.1.7 for php53s users
« Reply #12 on: 2014-02-17, 20:56:55 »
Mustafa, please update kloxomr-panel-phpmyadmin to 4.1.7

Thank you!

Also please create pma database and user, import create_tables.sql and configure config.inc.php like this:

Quote
/* User for advanced features */
 $cfg['Servers'][$i]['controluser'] = 'pma';
 $cfg['Servers'][$i]['controlpass'] = 'password';

/* Advanced phpMyAdmin features */
 $cfg['Servers'][$i]['pmadb'] = 'phpmyadmin';
 $cfg['Servers'][$i]['bookmarktable'] = 'pma__bookmark';
 $cfg['Servers'][$i]['relation'] = 'pma__relation';
 $cfg['Servers'][$i]['table_info'] = 'pma__table_info';
 $cfg['Servers'][$i]['table_coords'] = 'pma__table_coords';
 $cfg['Servers'][$i]['pdf_pages'] = 'pma__pdf_pages';
 $cfg['Servers'][$i]['column_info'] = 'pma__column_info';
 $cfg['Servers'][$i]['history'] = 'pma__history';
 $cfg['Servers'][$i]['designer_coords'] = 'pma__designer_coords';
 $cfg['Servers'][$i]['recent'] = 'pma__recent';
 $cfg['Servers'][$i]['table_uiprefs'] = 'pma__table_uiprefs';
 $cfg['Servers'][$i]['tracking'] = 'pma__tracking';
 $cfg['Servers'][$i]['userconfig'] = 'pma__userconfig';
 $cfg['Servers'][$i]['users'] = 'pma__users';
 $cfg['Servers'][$i]['usergroups'] = 'pma__usergroups';
 $cfg['Servers'][$i]['navigationhiding'] = 'pma__navigationhiding';

 


Top 10 Social Networking:    Facebook    Twitter    LinkedIn    Pinterest    Google Plus    Tumblr    Instagram    VK    Flickr    Vine
Click Here

Page created in 0.035 seconds with 22 queries.

web stats analysis