If there are some unused databases on MySQL server is it better to remove those from server?
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.
If they’re unused then by all means remove them.
However, leaving them around shouldn’t hurt day-to-day performance as they aren’t referenced by any application.
They will have an impact on the server performance in areas such as backups etc. as they are more data that has to be checked and copied etc.