Updates
Latest Tweet
What's New?
Check out for latest innovation, a computer based training video collection
Like this Page
MySQL - Install
MySQL - Install
Screencast of the installation of MySQL on a local PC to run on a local installation of Apache for a home test environment.
How to Install MySQL on Windows 2003
Visit www.videotutorialzone.com for High Rez Version - Many more free videos, including this one can be seen at VideoTutorialZone in HIGHER RESOLUTION. MySQL is a multithreaded, multi-user SQL database management system which has over 10 million installations. It runs as a server providing multi-user access to databases. It is by far the most popular and common database used in web applications throughout the world, and almost all hosting companies provide it free of charge to their users. MySQL AB makes MySQL Server available as free software under the GNU General Public License (GPL). For this tutorial we are going to download and install MySQL on a Windows 2003 server with IIS for a web server. While there are many options in the installation, most of them are outside the scope of this tutorial. Here, our goal is to get MySQL running on your server so you can go on to use it as your database for other web applications www.videotutorialzone.com
MySQL Simple Basics
Beginning MySQL Shows you how to create,insert,update and delete databases/tables
How to create a MySql database
How to create a MySql database using your domain manager. I'm using cPanel. This is used to set up a WordPress blog. tiny.cc www.websitetechnician.com
Performance Tuning Best Practices for MySQL
Google TechTalks April 28, 2006 Jay Pipes Jay Pipes is a co-author of the recently published Pro MySQL (Apress, 2005), which covers all of the newest MySQL 5 features, as well as in-depth discussion and analysis of the MySQL server architecture, storage engines, transaction procesing, benchmarking, and advanced SQL scenarios. You can also see his name on articles appearing in Linux Magazine and can read more articles about MySQL at his website. ABSTRACT Learn where to best focus your attention when tuning the performance of your applications and database servers, and how to effectively find the "low hanging fruit" on the tree of bottlenecks. It's not rocket science, but with a bit of acquired...