相続、親が弱ってきたら銀行の預金は親の面倒を見ているものが全て解約して管理すべきである、銀行は解約させない!!

centos 7 mysql root パスワード 変更

CentOS
# mysql -u root
> update mysql.user set password=password('パスワード') where user = 'root';
> flush privileges;
> quit
CentOS
スポンサーリンク
シェアする
ふじやんをフォローする
スポンサーリンク

コメント