質問編集履歴
1
情報を追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -9,4 +9,9 @@
|
|
9
9
|
# mariadb
|
10
10
|
MariaDB [(none)]> alter user root@localhost identified by 'Abc@001!';
|
11
11
|
ERROR 1290 (HY000): The MariaDB server is running with the --skip-grant-tables option so it cannot execute this statement
|
12
|
-
```
|
12
|
+
```
|
13
|
+
|
14
|
+
**追記**
|
15
|
+
OS: CentOS7.9
|
16
|
+
MariaDB: 10.9.3
|
17
|
+
phpMyAdmin: 5.2.0
|