I’m using MySQL Workbench for Windows, is there a way to change the path of where MySQL data is stored? For instance, I would like to store some data in C: drive and I would like to store other data in another drive (E:) or something?
Thanks
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.
All data is supposed to be stored under a single “datadir” in MySQL, but you can get creative with symbolic links so the data for a given database can live elsewhere.
See http://dev.mysql.com/doc/refman/5.1/en/windows-symbolic-links.html