Пользователь, указанный как определитель ('mysql.infoschema'@'localhost'), не существует - Первый Laravel Проект - PullRequest
0 голосов
/ 30 марта 2020

Я пытаюсь выучить немного, но у меня mysql проблема. Из терминала если я запускаю

msql > SHOW DATABASES;

Я получаю эту ошибку

The user specified as a definer ('mysql.infoschema'@'localhost') does not exist

Гуглил несколько часов - попробовал все. Общепринятое решение на форумах:

mysql_upgrade -uroot

Однако, это выдает ошибку

The mysql_upgrade client is now deprecated. The actions executed by the upgrade client are now done by the server.
To upgrade, please start the new MySQL binary with the older data directory. Repairing user tables is done automatically. Restart is not required after upgrade.
The upgrade process automatically starts on running a new MySQL binary with an older data directory. To avoid accidental upgrades, please use the --upgrade=NONE option with the MySQL binary. The option --upgrade=FORCE is also provided to run the server upgrade sequence on demand.
It may be possible that the server upgrade fails due to a number of reasons. In that case, the upgrade sequence will run again during the next MySQL server start. If the server upgrade fails repeatedly, the server can be started with the --upgrade=MINIMAL option to start the server without executing the upgrade sequence, thus allowing users to manually rectify the problem.
I’m on macOS High Sierra v 10.13.6.  I installed mysql via homebrew.
There’s some fundamental database error and I can’t migrate the database because of this or really do anything in the setup tutorials.

Я не вижу сейчас возможности выполнить mysql_upgrade.

Я в MacOS High Sierra v 10.13.6.

Я установил mysql через homebrew.

Произошла фундаментальная ошибка базы данных, и я не могу перенести базу данных из-за этого или действительно что-то сделать в руководствах по установке.

Добро пожаловать на сайт PullRequest, где вы можете задавать вопросы и получать ответы от других членов сообщества.
...