sql >> データベース >  >> Database Tools >> phpMyAdmin

phpMyAdminがMySQLサーバーに接続できません

    問題を解決するために視聴できます
    http://www.youtube com / watch?v =BgcW4h6ZAro&t =7m21s
    p / s:これはベトナムのビデオです:)
    config.inc.phpにあります 次のコードを編集します:

    * First server
     */
    $i++;
    /* Authentication type */
    $cfg['Servers'][$i]['verbose'] = 'mysql wampserver';
    //uncomment this
    $cfg['Servers'][$i]['auth_type'] = 'cookie';
    //comment this
    //$cfg['Servers'][$i]['auth_type'] = 'config';
    $cfg['Servers'][$i]['user'] = 'root';
    $cfg['Servers'][$i]['password'] = '';
    /* Server parameters */
    $cfg['Servers'][$i]['host'] = '127.0.0.1';
    $cfg['Servers'][$i]['connect_type'] = 'tcp';
    $cfg['Servers'][$i]['compress'] = false;
    /* Select mysql if your server does not have mysqli */
    $cfg['Servers'][$i]['extension'] = 'mysqli';
    $cfg['Servers'][$i]['AllowNoPassword'] = true;
    

    次に、wampserverを終了し、wampserverを再度開き、PHPMyadminを開くと、ログインフォームが表示されます:)



    1. MYSQL-警告:#1681整数の表示幅は非推奨です

    2. DBeaver EE 7.0は、32ビットをサポートする最後のバージョンです。

    3. phpMyAdminでSQL形式のテーブルをエクスポートできません

    4. データMySQLをKurdishフォントで保存しますか?