Всем привет,
Установил локально kubuntu18.04 и при установке что-то не получилось с паролем для mysql
В открывающемся диалоге при установке mysql я дважды ввел 1 но в phpmyadmin войти не могу
Я пытался изменить в консоле но безуспешно:
Server version: 5.7.22-0ubuntu18.04.1 (Ubuntu)
Copyright (c) 2000, 2018, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
mysql> update user set password=PASSWORD("1") where User='root';
ERROR 1046 (3D000): No database selected
mysql> use mysql;
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A
Database changed
mysql> update user set password=PASSWORD("1") where User='root';
ERROR 1054 (42S22): Unknown column 'password' in 'field list'
mysql> SET PASSWORD FOR 'root'@'localhost' = PASSWORD('1');
Query OK, 0 rows affected, 2 warnings (0.01 sec)
mysql> flush privileges;
Query OK, 0 rows affected (0.00 sec)
И напомните а команду mysql_secure_installation вводить нужно было ?
Я не вводил ...
Как проверить текущий пароль и его сменить?
Спасибо !
Пользователь добавил сообщение 17 Июня 2018, 15:41:05:
Я зашел в mysql-консоль в mysql-базу и открыв таблицу user :
https://imgur.com/a/NxRe0qoдейстыительноо не вижу поле password
и непонятно почему второй запрос выдал варнинг что ничего не нашел ? разве формат неправилен?