Closed (cannot reproduce)
Project:
Migrate Upgrade
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
10 Jan 2016 at 16:59 UTC
Updated:
10 Sep 2018 at 17:05 UTC
Jump to comment: Most recent
Comments
Comment #2
mikeryanCertainly not any kind of bug in migrate_upgrade... Which socket setting(s) precisely did you change in my.cnf, and what were the original settings? I use mysql.cnf for testing migration of my D6 site to D8 and have not seen this - I have
socket="/Applications/Dev Desktop/mysql/data/mysql.sock"under both [client] and [mysqld] - as long as you have matching filenames in both places, it should work.Comment #3
mikeryanComment #4
eclipsegc commentedFWIW, I ran into this too. I initially tried with "127.0.0.1" then "localhost", then "localhost:33067". None of that worked so I went back to the ip, and ip:port worked for me as shown below:
--legacy-db-url=mysql://root:@127.0.0.1:33067/dbname
Hope this helps,
Eclipse
Comment #5
joel_guesclin commentedActually I'm not 100% sure any more - having installed a new version of Dev Desktop the my.cnf has been put back to normal. But I'm pretty sure it was just the line
socket="/tmp/mysql.sock"under mysqld. But in the end I found the easiest thing to do which has always worked is to use 127.0.0.1 for the database host, and then the DD port number (I use the Migrate UI rather than a drush command)Comment #6
oualid-ezr commentedFor Acqui dev, add this:
It worked for me.