March 23, 2009
PHP MySQL report
Filed under Howto by administrator
January 20, 2009
Crear base de datos mysql + php registro de usuarios prte2
Filed under Howto by administrator
January 15, 2009
Export mySQL - Excel
Filed under Howto by administrator
January 10, 2009
Accessing MySQL on a Linux Server
MySQL is a datatbase tool that allows the web host to store important information for referance later.
This tutorial will show how to login to your MySQL account on a Linux Server and how to create a shell file that will help speed up future logins.
If you have any questions you can email me at khwebdevelopment@live.com
and i have a web site soon to be available at www.khwebdevelopment.com
Filed under Howto by administrator
Filed under Howto by administrator
Visit http://www.videotutorialzone.com/web-technologies/mysql/how-to-install-mysql-on-windows-2003.html 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
Filed under Howto by administrator