phpMyAdmin Errors

Discussion in 'Installation/Configuration' started by dayjahone, Aug 11, 2020.

  1. dayjahone

    dayjahone Member

    I am running a fresh install of Bionic Beaver and followed the Perfect Setup. When I login to phpMyAdmin, I get tons of errors:
    [​IMG]
    mysqli_real_connect(): (HY000/1045): Access denied for user 'phpmyadmin'@'localhost' (using password: YES)
    [​IMG]Connection for controluser as defined in your configuration failed.
    Screen Shot 2020-08-11 at 5.01.18 AM.png
    ...and when I try and import a .sql file like I've done in the past to migrate a website, I get even more errors:


    mysqli_real_connect(): (HY000/1045): Access denied for user 'phpmyadmin'@'localhost' (using password: YES)
    [​IMG] Connection for controluser as defined in your configuration failed.
    Warning in ./libraries/plugin_interface.lib.php#551
    [​IMG] count(): Parameter must be an array or an object that implements Countable

    Backtrace

    ./libraries/display_import.lib.php#371: PMA_pluginGetOptions(
    string 'Import',
    array,
    )
    ./libraries/display_import.lib.php#456: PMA_getHtmlForImportOptionsFormat(array)
    ./libraries/display_import.lib.php#691: PMA_getHtmlForImport(
    string '5f327ad672638',
    string 'server',
    string '',
    string '',
    integer 2097152,
    array,
    NULL,
    NULL,
    string '',
    )
    ./server_import.php#34: PMA_getImportDisplay(
    string 'server',
    string '',
    string '',
    integer 2097152,
    )
    [​IMG] mysqli_real_connect(): (HY000/1045): Access denied for user 'phpmyadmin'@'localhost' (using password: YES)
    [​IMG] Connection for controluser as defined in your configuration failed.
    Screen Shot 2020-08-11 at 5.02.58 AM.png
    When I was installing phpMyAdmin during the perfect setup, it asked questions that were not in the tutorial, and I'm not sure I entered them correctly.
     

Share This Page