Получаю такое:
Код: Выделить всё
mysql> grant create view on authusers.* to auser@localhost;
Query OK, 0 rows affected (0.00 sec)
Модератор: terminus
Код: Выделить всё
mysql> grant create view on authusers.* to auser@localhost;
Query OK, 0 rows affected (0.00 sec)
Код: Выделить всё
FLUSH PRIVILEGES;
Код: Выделить всё
Query OK, 0 rows affected
Код: Выделить всё
/usr/bin/time -p mysql_upgrade --verbose --debug-info -u root -p >& mysql_upgrade.txt