This service running on VPS and After I upgraded the CPU on my host server mysql can't running with error log :
I tried searching in several articles but couldn't find it.
How can I run my mysql?
Thanks
Bash:
mysqld_safe Logging to '/var/log/mysql/error.log'.
mysqld_safe Starting mysqld daemon with databases from /var/db/mysql
0 [System] [MY-010116] [Server] /usr/local/libexec/mysqld (mysqld 8.0.32) starting as process 32102
1 [System] [MY-013576] [InnoDB] InnoDB initialization has started.
1 [System] [MY-013577] [InnoDB] InnoDB initialization has ended.
ld-elf.so.1: /usr/local/libexec/mysqld: Undefined symbol "sched_getcpu@FBSD_1.7"
mysqld_safe mysqld from pid file /var/db/mysql/myserver.pid ended
Bash:
# pkg --version
1.20.6
# freebsd-version -uk
13.0-STABLE
13.0-STABLE
# mysql --version
mysql Ver 8.0.32 for FreeBSD13.1 on amd64 (Source distribution)
I tried searching in several articles but couldn't find it.
How can I run my mysql?
Thanks