1

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

1 Answer 1

1

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

Sign up to request clarification or add additional context in comments.

1 Comment

Thank you, this seems simple enough.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.