Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Computer Forums > Programmers Lounge > Programming Discussions » Protecting Mysql access from Web Master
Closed Thread
Old 03-07-2006, 11:14 AM   #1 (permalink)
 
Newb Techie

Join Date: Mar 2004

Posts: 13

smash123

Default Protecting Mysql access from Web Master

I need to fire my company's web master tomorrow. In case if he will do any damage to our company's web site. I need to change all the pw to block his access. I'm going to change the ftp pw that is no problem for me. Also I 'm afraid to change the Mysql user pw because I know there are many files contains the db connection. If I change the Mysql user pw then it will have a great chance some page will not work. Want to know if there is anything I can do to block outside remote access for Mysql server? That way I can leave everything as it is and wait for a new web master coming to do the changing pw as I'm not too knowledge about that. Or is there anything you suggest me to do when a web master is leaving? Thank you in advance!
smash123 is offline  
Old 03-07-2006, 04:56 PM   #2 (permalink)
office politics's Avatar
 
It's all just 1s and 0s

Join Date: Jan 2004

Location: in the lab

Posts: 4,410

office politics will become famous soon enough

Default

you could block remote access to the webserver, but this would block all remote access to the box.

By default mysql uses port 3306. block this port with a firewall or a ip filter.
office politics is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On