-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ECONNREFUSED/ENOENT after deploy #63
Comments
Can you please put your connection detail like settings.json and the code that is using it? |
Thanks. Is this the code you mean?
I forgot to mention, that evrything works on my dev-machine. With port and with socket. |
What's your mysql version on production & dev? Is the bin log enabled on prod same way as dev ? |
As per my past experience it could be due to mysql version. |
Dev
Prod
|
Please try the below amendments and let me know if still experiencing the same error: my.cnf: Now restart your mysql server and you will be good with your binlog enabling. Thne restart meteor application server and you should be good. |
Thanks, but nothing changed |
I've got the problem. Everything works when I change localhost to the IP of my Server. |
@HamburgerJungeJr Did you use |
Hi,
i try to connect to a mysql database on an ubuntu server.
I've deployed my application with meteor-up. The application is running but i cannot conenct to my mysql database.
If I use host/port I got the Error
If I connect with socket I got the error
Where is the problem??
Thanks for help.
The text was updated successfully, but these errors were encountered: