I’m wondering if there is any way that a MySQL database could be compromised? If so how might this happen? What further steps could I take to make my databases more secure?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Compromised how? There’s SQL injection to compromise queries performed on the database. There’s account hacking, gaining otherwise forbidden access at the database level. There’s bypassing the database completely and just copying the raw data files off the server.
“Secure” depends on your operational needs and how much time/money you’re willing to put into it.