Changes between Initial Version and Version 2 of Ticket #44477
- Timestamp:
- Jul 30, 2014, 2:26:44 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #44477
- Property Owner changed from macports-tickets@… to pixilla@…
-
Property
Summary
changed from
check failed: 'field[1].type == MYSQL_TYPE_BLOB'
tomysql56: check failed: 'field[1].type == MYSQL_TYPE_BLOB'
- Property Port mysql56 added
-
Ticket #44477 – Description
initial v2 24 24 }}} 25 25 26 What I did: 26 What I did: [[br]] 27 27 I upgraded from mysql5 to 5.6 by doing: 28 {{{ 28 29 $ /opt/local/lib/mysql5/bin/mysqldump --all-databases -p > mysql5dump.out 30 }}} 29 31 # remove mysql5 et cetera 32 {{{ 30 33 $ sudo port install mysql56 31 34 $ sudo port install mysql56-server … … 34 37 $ sudo mysqld --user mysql # in other terminal (just for the record) 35 38 $ mysql_upgrade -p 39 }}} 36 40 37 38 Personal note: 41 Personal note: [[br]] 39 42 MySQL and -- I'm afraid to say Mariadb as well -- are the source of never ending trouble.