MySQL in NodeJS (Not working?)

Hello, @Jethrootje, MySQL is installed in the project container so it’s available but you’ll need to do some custom configuration to get it running. https://glitch.com/~lamp-poc is a project that handles all that configuration that you could remix from. Your MySQL instance won’t be available externally, but you can use it from within your project. From that perspective, it’s more secure then MySQL instances that are accessible over the internet.

1 Like