I am trying to reset my root password but I can’t seem to start mysql in safe mode for this process. I get the following:
admin@admins-MacBook-Pro ~ % sudo mysqld_safe --skip-grant-tables;
Password:
2024-08-13T06:25:48.6NZ mysqld_safe Logging to '/usr/local/var/mysql/admins-MacBook-Pro.local.err'.
2024-08-13T06:25:48.6NZ mysqld_safe Starting mysqld daemon with databases from /usr/local/var/mysql
2024-08-13T06:25:49.6NZ mysqld_safe mysqld from pid file /usr/local/var/mysql/admins-MacBook-Pro.local.pid ended
admin@admins-MacBook-Pro ~ %
What can the issue be? How can I start mysql in safe mode, or rather just reset the root password?