MySQL Forums
Forum List  »  Install & Repo

mySQL starts and stops on script error?
Posted by: Dick Kaas
Date: December 18, 2020 09:54AM

I am using a Macbook 2020 with Catalina 10.15.7
Implemented is mySQL 8.0.22
when starting mysql it ends before starting with a question for a new database.
the error message is unknown option '--skip-locking'.

The errorfile gives the following (relevant) lines.

How to prevent this error??
2020-12-16T17:38:11.046852Z 1 [System] [MY-013576] [InnoDB] InnoDB initialization has started.
2020-12-16T17:38:11.168182Z 1 [System] [MY-013577] [InnoDB] InnoDB initialization has ended.
2020-12-16T17:38:11.247971Z 0 [System] [MY-011323] [Server] X Plugin ready for connections. Bind-address: '::' port: 33060, socket: /tmp/mysqlx.sock
2020-12-16T17:38:11.335359Z 0 [Warning] [MY-010068] [Server] CA certificate ca.pem is self signed.
2020-12-16T17:38:11.335979Z 0 [System] [MY-013602] [Server] Channel mysql_main configured to support TLS. Encrypted connections are now supported for this channel.
2020-12-16T17:38:11.344459Z 0 [ERROR] [MY-000068] [Server] unknown option '--skip-locking'.
2020-12-16T17:38:11.345834Z 0 [ERROR] [MY-010119] [Server] Aborting
2020-12-16T17:38:12.293966Z 0 [System] [MY-010910] [Server] /usr/local/mysql/bin/mysqld: Shutdown complete (mysqld 8.0.22) MySQL Community Server - GPL.
2020-12-16T17:38:21.572244Z 0 [System] [MY-010116] [Server] /usr/local/mysql/bin/mysqld (mysqld 8.0.22) starting as process 31614

Options: ReplyQuote


Subject
Written By
Posted
mySQL starts and stops on script error?
December 18, 2020 09:54AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.