広告

Raspberry Pi

MySQL root phpMyAdmin

phpMyAdminでrootでログインできなくなりました。
以下のようにしてログインできるようにしました。
#mysql -u root -p
>grant all privileges on *.* to root@localhost identified by 'password' with grant option;

Hits: 18

広告

  • この記事を書いた人

higa

システムエンジニアをやっています。 Linux,macOS好き。おもにシステム管理たまに豆柴こてつの話。 最近はスマートホームを推進中。

-Raspberry Pi