| ページ一覧 | ブログ | twitter |  書式 | 書式(表) |

MyMemoWiki

差分

ナビゲーションに移動 検索に移動
276 バイト追加 、 2022年8月30日 (火) 13:22
=====Failed! Error: SET PASSWORD has no significance for user... エラー=====
----
*https://level69.net/archives/30666
*https://server-recipe.com/3865/
<pre>
Estimated strength of the password: 100
<pre>
Do you wish to continue with the password provided?(Press y|Y for Yes, any other key for No) :
</pre>
*https://dev.mysql.com/doc/refman/8.0/ja/resetting-permissions.html
<pre>
$ sudo systemctl stop mysql
</pre>
*mysql.initファイルに記入
<pre>
ALTER USER 'root'@'localhost' IDENTIFIED BY 'MyNewPass';
</pre>
*ファイルを引数に起動
<pre>
$ mysqld --init-file=/home/ubuntu/mysql.init &
</pre>

案内メニュー