views:

78

answers:

1

Hello everyone,

I am a developer previously working on SQL Server and Windows platform. I am learning MySQL on Windows platform to feel the power of free and open software, and also spirit of it. :-)

My requirements to learn,

  1. I am working on .Net (C#) and native (C++) programming language on Windows platform, I want gurus here recommend me a good book for a beginner of MySQL in such environment for a developer on MySQL, better with the most recent version of MySQL;
  2. I also want gurus here recommend me a MySQL administrator book for a beginner on Windows platform, like backup/restore, performance tuning, import/export, security, etc.

thanks in advance, George

+3  A: 

It's not that much windows-oriented (I've often heard that MySQL was working better on Linux ; don't know if that's true), but the High Performance MySQL: Optimization, Backups, Replication, and More book is quite interesting to read, when it comes to performance.

And even if it's not windows-oriented, the basic ideas about performance, replication, backups, and all that, are not specific to any operating-system, as they mostly relate to MySQL itself.

(Still, som existing tools -- including ones presented in that book -- might be written for Windows...)

Pascal MARTIN
Seems your book is for experienced user. I need a book for a new developer of MySQL, with Windows platform tools.
George2
performance tuning, import/export, and all that are not really something for "beginners", I'd say -- but, as you have already worked with others DBMS, you are not a "total beginner" ;-)
Pascal MARTIN
Thanks! Actually what I want to learn is programming on it. For SQL Server I use LINQ and ADO.Net, I want to books covering similar programming technologies for MySQL to learn.
George2
Oh ; for the "programming" part, this book is not what you are looking for ^^ (it's an answer for point 2 of your question ; not for point 1 -- for which I don't know any book, as I'm not a .NET developper, but more a PHP one)
Pascal MARTIN
Thanks all the same! Let me see if other could provide good book on .Net programming for MySQL? I think it is a big requirement for using MySQL for .Net. :-)
George2