I recently install mysql-8.0.37-dmg on my mac and i cant start it, what should i do?
error message:
dyld: Symbol not found: __ZNKSt3__115basic_stringbufIcNS_11char_traitsIcEENS_9allocatorIcEEE3strEv
Referenced from: /usr/local/mysql-8.0.37-macos14-x86_64/bin/mysql (which was built for Mac OS X 13.0)
Expected in: /usr/lib/libc++.1.dylib
I tried these commands:
sudo mysql.server start
but found:sudo: mysql.server: command not found
sudo chown -R mysql /usr/local/mysql/data
but didnt help
New contributor
pat Ar is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.