728x90
๊ณต๋ถํ๋ ค๊ณ ์ค์นํ MairaDB root์ ๋น๋ฐ๋ฒํธ๊ฐ ๋๋ฌด ๊ธธ์ด... root ๋น๋ฐ๋ฒํธ๋ฅผ ๋ฐ๊พธ๊ณ ์ ๊ตฌ๊ธ๋ง ํ๋ค.
๋๋ MariaDB 10.6.3 ์ ์ฌ์ฉํ๋ค. ๊ทธ๋ฆฌ๊ณ ๋น๋ฐ๋ฒํธ๋ qwer๋ก ๋ณ๊ฒฝํ๊ธฐ๋ก ํ๋ค.
1. ๋ฐ์ดํฐ๋ฒ ์ด์ค๋ฅผ mysql ๋ก ๋ณ๊ฒฝํ๋ค.
MariaDB [(none)]> use mysql
2. ์คํจํ ๋ช ๋ น๋ฌธ
-- ์คํจํ ๋ช
๋ น๋ฌธ. MariaDB 10.4 ์ด์ ๋ฒ์ ์์ ์ฌ์ฉ์ด ๊ฐ๋ฅํ๋ค
MariaDB [myssql]> update user set password=password('qwer') where root='root';
- ๋ค์ ๊ตฌ๊ธ๋ง์ ํ๋, MariaDB 10.4๋ถํฐ๋ root ์ ํจ์ค์๋๋ฅผ ๋ณ๊ฒฝํ๋ ๋ฐฉ๋ฒ์ด ๋ฐ๋์๋ค๊ณ ํ๋ค.
3. ๋น๋ฐ๋ฒํธ ๋ณ๊ฒฝ์ ์ฑ๊ณตํ ๋ช ๋ น๋ฌธ
-- MariaDB 10.4 ๋ถํฐ ์ฌ์ฉ ๊ฐ๋ฅํ ๋ช
๋ น๋ฌธ
MariaDB [mysql]> set password=password('qwer');
- ์ฐธ๊ณ ๋ก, password() ํจ์๋ ๋น๋ฐ๋ฒํธ๋ฅผ ์ํธํํ๋ ๋ฐ์ ์ฌ์ฉ ๋๋ค๊ณ ํ๋ค.
4. ๋ฐ๋ ๋น๋ฐ๋ฒํธ๋ฅผ ํ์ธํ๋ ๊ณผ์ ์ exit; ์ผ๋ก ๋๊ฐ ํ์ ๋ค์ ์ ์์ ์๋ํ๋ค.
Enter password: ********* Welcome to the MariaDB monitor. Commands end with ; or \g. Your MariaDB connection id is 6 Server version: 10.6.3-MariaDB mariadb.org binary distribution Copyright (c) 2000, 2018, Oracle, MariaDB Corporation Ab and others. Type 'help;' or '\h' for help. Type '\c' to clear the current input statement. MariaDB [(none)]> use mysql Database changed MariaDB [mysql]> update user set password=password('qwer') where user='root'; ERROR 1356 (HY000): View 'mysql.user' references invalid table(s) or column(s) or function(s) or definer/invoker of view lack rights to use them MariaDB [mysql]> set password=password('qwer'); Query OK, 0 rows affected (0.011 sec) MariaDB [mysql]> exit; Bye C:\Program Files\MariaDB 10.6\bin>mysql -u root -p Enter password: ***** Welcome to the MariaDB monitor. Commands end with ; or \g. Your MariaDB connection id is 7 Server version: 10.6.3-MariaDB mariadb.org binary distribution Copyright (c) 2000, 2018, Oracle, MariaDB Corporation Ab and others. Type 'help;' or '\h' for help. Type '\c' to clear the current input statement. MariaDB [(none)]> |
'๐ ๊ฐ๋ฐ > ๋ฐ์ดํฐ๋ฒ ์ด์ค' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
[๋ฐ์ดํฐ๋ฒ ์ด์ค] ํจ์(function)์ ํ๋ก์์ (procedure)์ ์ฐจ์ด (0) | 2021.07.15 |
---|---|
[๋ฐ์ดํฐ๋ฒ ์ด์ค] ๋ทฐ (View) - 3 (0) | 2021.07.15 |
[๋ฐ์ดํฐ๋ฒ ์ด์ค] ๋ทฐ (View) - 2 (0) | 2021.07.14 |
[MySQL] Windows ํ๊ฒฝ์ MariaDB ์ค์นํ๊ธฐ (0) | 2021.07.14 |
[๋ฐ์ดํฐ๋ฒ ์ด์ค] ๋ทฐ (View) - 1 (0) | 2021.07.13 |
๋๊ธ