Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - kerim92

Pages: [1]
1
yes i am facing same problem.
https://forum.centos-webpanel.com/index.php?topic=1786.msg28260#msg28260

by the way serverside possible to correct problem not for users. i think difference between cwp and whm something like this.

2
MySQL / Re: phpMyadmin Error Any user ?
« on: February 04, 2020, 10:19:31 AM »
sorry for reply old thread but this thread is what i need. i do not want to reopen such as thread again..

hi, this is fixed my issue about server side.

I take care of the problem :)

phpMyAdmin problem can not find the place settings to register.

Make phpMyAdmin login with root account.
"PhpMyAdmin" fully authorized users assign to the database.
and enter this information in the following locations

phpmyadmin/config.inc.php


The following existing code beginning "//" removing active AVAILABILITY.


Replace them

Code: [Select]
$cfg['Servers'][$i]['controlhost'] = 'localhost';
$cfg['Servers'][$i]['controluser'] = 'phpmyadmin';
$cfg['Servers'][$i]['controlpass'] = 'PWD-in-phpymadin-db';

/* Storage database and tables */
$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]['table_uiprefs'] = 'pma__table_uiprefs';
$cfg['Servers'][$i]['tracking'] = 'pma__tracking';
$cfg['Servers'][$i]['designer_coords'] = 'pma__designer_coords';
$cfg['Servers'][$i]['userconfig'] = 'pma__userconfig';
$cfg['Servers'][$i]['usergroups'] = 'pma__usergroups';
$cfg['Servers'][$i]['recent'] = 'pma__recent';
$cfg['Servers'][$i]['favorite'] = 'pma__favorite';
$cfg['Servers'][$i]['users'] = 'pma__users';
$cfg['Servers'][$i]['navigationhiding'] = 'pma__navigationhiding';
$cfg['Servers'][$i]['savedsearches'] = 'pma__savedsearches';
$cfg['Servers'][$i]['central_columns'] = 'pma__central_columns';
$cfg['Servers'][$i]['designer_settings'] = 'pma__designer_settings';
$cfg['Servers'][$i]['export_templates'] = 'pma__export_templates';

but issue remain with created new website.

there is only one config.inc.php file...

"The phpMyAdmin configuration storage is not completely configured, some extended features have been deactivated. Find out why.
Or alternately go to 'Operations' tab of any database to set it up there.
"

so, what should i do?


thanks in advance

Pages: [1]