Vesta Control Panel - Forum

Community Forum

Skip to content

Advanced search
  • Quick links
    • Main site
    • Github repo
    • Google Search
  • FAQ
  • Login
  • Register
  • Board index Main Section Database Server
  • Search

[FIX] phpmyadmin some feature/controluser

Questions regarding the Database Server
MySQL, PostgreSQL, MariaDB, Percona Server, phpMyAdmin, phpPgAdmin
Post Reply
  • Print view
Advanced search
87 posts
  • Page 7 of 9
    • Jump to page:
  • Previous
  • 1
  • …
  • 5
  • 6
  • 7
  • 8
  • 9
  • Next
Sanity
Posts: 167
Joined: Tue Apr 08, 2014 9:10 am
Contact:
Contact Sanity
Website

Os: Ubuntu 15x
Web: apache + nginx
Re: [FIX] phpmyadmin some feature/controluser
  • Quote

Post by Sanity » Thu Dec 21, 2017 12:20 pm

i have the same problem. Im using Ubuntu 16.10 , php7 and phpmyadmin 4.5.4.1

Is the script compatible?
Top

mehargags
Support team
Posts: 1096
Joined: Sat Sep 06, 2014 9:58 pm
Contact:
Contact mehargags
Website Skype

Os: Debian 8x
Web: apache + nginx
Re: [FIX] phpmyadmin some feature/controluser
  • Quote

Post by mehargags » Thu Jan 11, 2018 5:47 pm

hi Skurudo
could you please upgrade your 'fix' script for Debian 9 please.

Thanks a ton
Top

Teo
Posts: 97
Joined: Mon May 11, 2015 9:17 am

Os: CentOS 6x
Web: apache + nginx
Re: [FIX] phpmyadmin some feature/controluser
  • Quote

Post by Teo » Tue Jan 30, 2018 10:30 am

skurudo wrote:
Teo wrote:I applied the centos fix but i still have this issue:
what should i do now?
What was not ok? All or some tables?
i did what you wrote but i still have this issue. what is missing please?
Do you have mysql root pass for database in /root/.my.cnf?
yes i have it in .my.cfg

and the error says i have to create a database called phpmyadmin and set the config storage phpMyAdmin there... something like that.

thanks.
Top

someuser
Posts: 33
Joined: Fri Dec 26, 2014 12:01 pm

Re: [FIX] phpmyadmin some feature/controluser
  • Quote

Post by someuser » Sat Apr 14, 2018 4:58 am

mehargags wrote: ↑
Thu Jan 11, 2018 5:47 pm
hi Skurudo
could you please upgrade your 'fix' script for Debian 9 please.

Thanks a ton
+

We definitely need this fix for Debian 9
Top

teledigital
Posts: 1
Joined: Thu May 10, 2018 6:34 pm

Os: Ubuntu 15x
Web: apache + nginx
Re: [FIX] phpmyadmin some feature/controluser
  • Quote

Post by teledigital » Thu May 10, 2018 6:39 pm

Thaks, this work for me in Ubuntu 16.0.4
Top

mikhailnov
Posts: 18
Joined: Sun Feb 28, 2016 8:48 pm

Re: [FIX] phpmyadmin some feature/controluser
  • Quote

Post by mikhailnov » Sat May 12, 2018 10:08 pm

Pavel, bolshoe spasibo to you for this script. Слава опенсорсу!
Worked in Ubuntu 18.04 (bionic).
Top

mrluisiko99
Posts: 7
Joined: Sun Jan 18, 2015 3:18 pm

Re: [FIX] phpmyadmin some feature/controluser
  • Quote

Post by mrluisiko99 » Sun Jul 01, 2018 5:47 pm

someuser wrote: ↑
Sat Apr 14, 2018 4:58 am
mehargags wrote: ↑
Thu Jan 11, 2018 5:47 pm
hi Skurudo
could you please upgrade your 'fix' script for Debian 9 please.

Thanks a ton
+

We definitely need this fix for Debian 9
+1 for Debian 9!
Top

huloza
Posts: 32
Joined: Thu Jul 28, 2016 5:15 am

Re: [FIX] phpmyadmin some feature/controluser
  • Quote

Post by huloza » Wed Jul 04, 2018 11:45 pm

mrluisiko99 wrote: ↑
Sun Jul 01, 2018 5:47 pm
someuser wrote: ↑
Sat Apr 14, 2018 4:58 am
mehargags wrote: ↑
Thu Jan 11, 2018 5:47 pm
hi Skurudo
could you please upgrade your 'fix' script for Debian 9 please.

Thanks a ton
+

We definitely need this fix for Debian 9
+1 for Debian 9!
+1 Debian 9 please!
Top

dpeca
VestaCP Team
Posts: 473
Joined: Wed Nov 25, 2015 7:30 pm

Re: [FIX] phpmyadmin some feature/controluser
  • Quote

Post by dpeca » Thu Jul 05, 2018 8:16 am

in SSH as root run:

Code: Select all

dpkg-reconfigure -plow phpmyadmin
(choose to reinstall database, choose 'unix socket', left blank pass for phpmyadmin, choose to configure Apache2 at end)

and in /etc/phpmyadmin/config.inc.php part around 77 line should looks like:

Code: Select all

    /* Optional: Advanced phpMyAdmin features */
    $cfg['Servers'][$i]['pmadb'] = $dbname;
    $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]['table_uiprefs'] = 'pma__table_uiprefs';
    $cfg['Servers'][$i]['designer_coords'] = 'pma__designer_coords';
    $cfg['Servers'][$i]['tracking'] = 'pma__tracking';
    $cfg['Servers'][$i]['userconfig'] = 'pma__userconfig';
    $cfg['Servers'][$i]['recent'] = 'pma__recent';
    $cfg['Servers'][$i]['users'] = 'pma__users';
    $cfg['Servers'][$i]['usergroups'] = 'pma__usergroups';
    $cfg['Servers'][$i]['navigationhiding'] = 'pma__navigationhiding';
    $cfg['Servers'][$i]['savedsearches'] = 'pma__savedsearches';
    $cfg['Servers'][$i]['favorite'] = 'pma__favorite';
    $cfg['Servers'][$i]['central_columns'] = 'pma__central_columns';
    $cfg['Servers'][$i]['designer_settings'] = 'pma__designer_settings';
    $cfg['Servers'][$i]['export_templates'] = 'pma__export_templates';
Top

mrluisiko99
Posts: 7
Joined: Sun Jan 18, 2015 3:18 pm

Re: [FIX] phpmyadmin some feature/controluser
  • Quote

Post by mrluisiko99 » Thu Jul 05, 2018 10:35 pm

dpeca wrote: ↑
Thu Jul 05, 2018 8:16 am
in SSH as root run:

Code: Select all

dpkg-reconfigure -plow phpmyadmin
(choose to reinstall database, choose 'unix socket', left blank pass for phpmyadmin, choose to configure Apache2 at end)
Does it work for Nginx + php-fpm?
Top


Post Reply
  • Print view

87 posts
  • Page 7 of 9
    • Jump to page:
  • Previous
  • 1
  • …
  • 5
  • 6
  • 7
  • 8
  • 9
  • Next

Return to “Database Server”



  • Board index
  • All times are UTC
  • Delete all board cookies
  • The team
Powered by phpBB® Forum Software © phpBB Limited
*Original Author: Brad Veryard
*Updated to 3.2 by MannixMD
 

 

Login  •  Register

I forgot my password