On Windows Terminal server, where is mysql database?

I believe mysql is installed on drive c: of my terminal server.
I’d like to have the databases that I created be on drive e:
How do I change the default data location?

Thats probably covered in the mySQL documentation for Windows in the section entitled
8.9.6.3. Using Symbolic Links for Databases on Windows
http://dev.mysql.com/doc/refman/5.0/en/windows-symbolic-links.html

Merci Norman.