Changes between Initial Version and Version 2 of Ticket #44477


Ignore:
Timestamp:
Jul 30, 2014, 2:26:44 AM (10 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

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' to mysql56: check failed: 'field[1].type == MYSQL_TYPE_BLOB'
    • Property Port mysql56 added
  • Ticket #44477 – Description

    initial v2  
    2424}}}
    2525
    26 What I did:
     26What I did: [[br]]
    2727I upgraded from mysql5 to 5.6 by doing:
     28{{{
    2829$ /opt/local/lib/mysql5/bin/mysqldump --all-databases -p > mysql5dump.out
     30}}}
    2931# remove mysql5 et cetera
     32{{{
    3033$ sudo port install mysql56
    3134$ sudo port install mysql56-server
     
    3437$ sudo mysqld --user mysql # in other terminal (just for the record)
    3538$ mysql_upgrade -p
     39}}}
    3640
    37 
    38 Personal note:
     41Personal note: [[br]]
    3942MySQL and -- I'm afraid to say Mariadb as well -- are the source of never ending trouble.