Hi all and I hope this question doesn't appear anywere else. I tried to read all the stuff, but I can't really find this problem 100%.
The problem is that my two packages mysql55 (33) don't get updated to 5.5.41 (the latest on server). Every other package works fine and is working with
How can I upgrade these packages with
I've read UPDATING and can't find anything related to my issue. I'm running FreeBSD 9.2-RELEASE-p4 with pkg-1.3.8_3.
Best J
The problem is that my two packages mysql55 (33) don't get updated to 5.5.41 (the latest on server). Every other package works fine and is working with
pkg update/upgrade. The mysql doesn't show any log or message.How can I upgrade these packages with
pkg and what seems to be the issue? Is it possible to remove and install a new mysql package, without deleting all my databases? Can this be a problem with gcc vs clang-built packages?I've read UPDATING and can't find anything related to my issue. I'm running FreeBSD 9.2-RELEASE-p4 with pkg-1.3.8_3.
Code:
mysql-client-5.5.33 <
mysql-server-5.5.33 <
Name : mysql-client
Version : 5.5.33
Installed on : Sun Oct 5 18:47:19 CEST 2014
Origin : databases/mysql55-client
Architecture : freebsd:9:x86:64
Prefix : /usr/local
Maintainer : unknown
WWW : http://www.mysql.com/
Comment : Multithreaded SQL database (client)
Name : mysql-server
Version : 5.5.33
Installed on : Sun Oct 5 18:45:19 CEST 2014
Origin : databases/mysql55-server
Architecture : freebsd:9:x86:64
Prefix : /usr/local
Maintainer : unknown
WWW : http://www.mysql.com/
Comment : Multithreaded SQL database (server)
Best J