#ERROR 2002 (HY000): Can't connect to local MySQL server
36 messages · Page 1 of 1 (latest)
Or should I just use docker?
Or xampp?
Perhaps it's more of a SQL issue but I am kinda lost what to do at this point
I get this when I do something in my project
I use https://github.com/tighten/takeout to easily spin up local databases
tighten is a docker-based tool, if that's what you mean
yeah since I use my project without docker
So you need to install docker. But you won't have to mess with any docker configuration yourself, takeout will do that
oh okay
What your project uses doesn't matter, this is for spinning up databases that your project (however it's running) can connect to
oh okay
okay so now i have mysql running? How can I use it? Since now I have this too
I have to migrate again?
right
@hardy raft
Yes
was it migrate install?
i think it works
how can I see data with takeout?
of my db
nvm i got it thanks @hardy raft
I just used my client with this now it works thanks!
@hardy raft 1 little thing with takeout how do you resume a existing mysql thing since I just made one
like if you did takeout stop
You can use any db client you like, e.g. TablePlus
oh okay
takeout start and then you select the same db
oh i get it now