Welcome Guest, Not a member yet? Register   Sign In
phpmyadmin problem
#8

Hi InsiteFx,  
Thanks for your reply.
I have the same code in the same file (confih.inc.php) , see below: as you can see I don't update the default credentials during installation and i've applied same credentials in codeigniter eng : 
I really don't know what to do (when xampp denies me to access to phpmyadmin, i simply reinstall the files you said me in your first reply)
#--------------------------------------------------------------------
# DATABASE
#--------------------------------------------------------------------

database.default.hostname = localhost
database.default.database = biglietti
database.default.username = root
database.default.password = ''
database.default.DBDriver = MySQLi


PHP Code:
<?php
/*
 * This is needed for cookie based authentication to encrypt password in
 * cookie
 */
$cfg['blowfish_secret'] = 'xampp'/* YOU SHOULD CHANGE THIS FOR A MORE SECURE COOKIE AUTH! */

/*
 * Servers configuration
 */
$i 0;

/*
 * First server
 */
$i++;

/* Authentication type and info */
$cfg['Servers'][$i]['auth_type'] = 'config';
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = '';
$cfg['Servers'][$i]['extension'] = 'mysqli';
$cfg['Servers'][$i]['AllowNoPassword'] = true;
$cfg['Lang'] = '';

/* Bind to the localhost ipv4 address and tcp */
$cfg['Servers'][$i]['host'] = '127.0.0.1';
$cfg['Servers'][$i]['connect_type'] = 'tcp';

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

/* 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]['tracking'] = 'pma__tracking';
$cfg['Servers'][$i]['userconfig'] = 'pma__userconfig';
$cfg['Servers'][$i]['recent'] = 'pma__recent';
$cfg['Servers'][$i]['table_uiprefs'] = 'pma__table_uiprefs';
$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]['central_columns'] = 'pma__central_columns';
$cfg['Servers'][$i]['designer_settings'] = 'pma__designer_settings';
$cfg['Servers'][$i]['export_templates'] = 'pma__export_templates';
$cfg['Servers'][$i]['favorite'] = 'pma__favorite';

/*
 * End of servers configuration
 */

?>

  
Reply


Messages In This Thread
phpmyadmin problem - by medeino1964 - 07-22-2023, 06:39 AM
RE: phpmyadmin problem - by InsiteFX - 07-22-2023, 11:18 PM
RE: phpmyadmin problem - by medeino1964 - 07-23-2023, 12:30 AM
RE: phpmyadmin problem - by medeino1964 - 07-23-2023, 01:17 AM
RE: phpmyadmin problem - by medeino1964 - 07-24-2023, 12:14 AM
RE: phpmyadmin problem - by medeino1964 - 07-26-2023, 02:40 AM
RE: phpmyadmin problem - by InsiteFX - 07-26-2023, 10:39 PM
RE: phpmyadmin problem - by medeino1964 - 07-27-2023, 02:37 AM
RE: phpmyadmin problem - by wdeda - 07-27-2023, 06:43 AM
RE: phpmyadmin problem - by JustJohnQ - 07-27-2023, 07:04 AM
RE: phpmyadmin problem - by medeino1964 - 07-27-2023, 07:07 AM
RE: phpmyadmin problem - by InsiteFX - 07-29-2023, 10:34 PM
RE: phpmyadmin problem - by medeino1964 - 08-02-2023, 11:11 PM
RE: phpmyadmin problem - by InsiteFX - 08-04-2023, 11:38 PM
RE: phpmyadmin problem - by InsiteFX - 08-05-2023, 11:36 PM
RE: phpmyadmin problem - by medeino1964 - 08-06-2023, 04:06 AM



Theme © iAndrew 2016 - Forum software by © MyBB