Jump to content

start mysql process on localhost only


manolo_asdf

Recommended Posts

hi,

 

i only need mysql for local app, so in view of security there is no point to expose it remotely. is there a way to start mysqld on localhost only? what needs to be configured with this?

 

i look for something where this is done on process level (port is not visible remotely at all) instead on mysql user level (db is visible on port but not on mysql-user level).

 

thanks for information.

Link to comment
https://forums.phpfreaks.com/topic/82663-start-mysql-process-on-localhost-only/
Share on other sites

problem is that running webapp is using tcp/ip stack so i cannot switch to process level access. is it possible to tell mysql to listen only at localhost?

 

so instead of starting on all network interfaces (0.0.0.0) a start to 127.0.0.1 only would be fine.

 

thanks again.

 

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.