mysql wont start after upgrading to 12.0 release

Hello, This morning I upgraded from 11 to 12.0 and now the mysql db service wont start up

When I try to start it I get
Code:
#service mysql-server start
Starting mysql.
limits: NO: No such file or directory
/usr/local/etc/rc.d/mysql-server: Warning: failed to start mysql
It was working perfectly before the upgrade. Thanks in advance!


Edit
Trying to start mysql client I get this
Code:
mysql -u USERNAME -p
ld-elf.so.1: Shared object "libssl.so.8" not found, required by "mysql"
 
Quoting 2.2:
Code:
At this point, users of systems being upgraded from earlier FreeBSD releases
will be prompted by freebsd-update(8) to rebuild all third-party applications
(e.g., ports installed from the ports tree) due to updates in system libraries.

That's exactly what you need to do and the link I posted above should help here.
 
Back
Top