I know nothing about MySQL ,but I used to have trouble
with MSDE2000 too. I had an idea that MDAC comes along
with .NET Framework ,so no need to install it. As a result
I couldn't create any database(look at my post).
Then in the other Wrox book
"Beginning ASP.NET 1.1 with Visual C# .NET 2003" on p.12
I read :
"you need to install the Microsoft Data Access Components
(MDAC) version 2.7 or later ... enable you to communicate with databases and display the contents of your database on a Web page
MDAC is a free download from
http://www.microsoft.com.
Version 2.7 comes as part of Windows Component Update of the
.Net Framework and the Windows XP Service Pack, so if you've
installed these you won't need to install it again"
However ,after I installed MDAC it started working.
By the way you can try forum
http://forums.asp.net/
Michael