Why You Should Learn Mysql5
We assume that if you are reading this article you want to learn MySQL. Perhaps you are new to this product or perhaps you are already experienced with MySQL4. Now you might ask why should you go to Version 5? After all, MySQL4 is quite good. Yes, but depending on what you are doing MySQL5 can be better, much better. Just a simple reminder, we feel that most people new to programming should start with MySQL4. After all, most people learn to walk before they learn to skate. But many great hockey players learned to ice skate before they learned to walk.
There are many fairly technical reasons for moving to MySQL5. In many cases the absence of just one of the technical features discussed in this article would be reason enough for people to move from the previous version despite its many features and advantages. Given all these features MySQL5 is now in the database management big leagues. This product should be considered for any database management project no matter how large or sophisticated. When we say large databases we mean it. MySQL is now used in some commercial applications that involve more than 20 billion rows of data. Sabre Holdings uses it to help run the world’s largest on-line airline reservation system.
Among the technical database features that are considered an integral part of sophisticated database management solutions are stored procedures, triggers, named-updateable views, server-side cursors, type enhancements, standards-compliant metadata (INFORMATION_SCHEMA), XA-style distributed transactions, and hot backups. (This is not the place to explain these functions, don’t worry if you don’t know what they mean until you are ready to start using them.) And if that sounds like a lot to learn, well it is. But if you need any or all of this functionality you will swear by MySQL5. And swear at MySQL4. If need these features don’t look for workarounds, download MySQL5.
MySQL5 can run on old computers. For example, I downloaded MySQL5, copied it to a USB pen drive and then copied the files, less than 90 Megabytes, into a Pentium computer purchased new in way back in August 1999. The only reason I couldn’t run it under Windows 98 because the system didn’t recognize my USB drive. But I easily ran it under Windows 2000 on this computer, which had an Internet browser but no live Internet connection. Moral of the story: You can do MySQL5 even on outdated computers. Needless to say, you can’t test your huge, sophisticated databases on such computers. But you can use them to begin learning the ins and outs of this important language.
Once upon a time Levi Reiss wrote ten computer and Internet books either alone or with a co-author. The books are over, at least for the time being, replaced by a multitude of websites, including global wine, Italian wine, Italian travel (www.travelitalytravel.com ), and health and nutritional aspects of wine. He has taught various and sundry computer courses including Linux and Windows operating systems at an Ontario French-language community college for decades. His new website http://www.linux4windows.com teaches you how to download and run Damn Small Linux even on that outdated Windows computer which has been gathering dust in the basement.

