Introduction to MySQL

Introduction to MySQLShort Description
This chapter provides a tutorial introduction to MySQL by showing how to use the mysql client program to create and use a simple database. mysql (sometimes referred to as the ”terminal monitor” or just ”monitor”) is an interactive program that allows you to connect to a MySQL server, run queries, and view the results. mysql may also be used in batch mode: you place your queries in a file beforehand, then tell mysql to execute the contents of the file. Both ways of using mysql are covered here.

Website: faculty.washington.edu | Filesize: 1726kb
No of Page(s): 38
Read more

Installing and Configuring PHP and MySQL Tutorial

Installing and Configuring PHP and MySQL TutorialShort Description
The Windows PHP installer is available from the downloads page at www.php.net/download.php This installs the CGI version of PHP and for IIS, PWS, and Xitami, it configures the web server as well. The installer does not include any extra external PHP extensions (php_*.dll) as you’ll only find those in the Windows Zip Package and PECL downloads.

Website: www.nadil.nadil.net | Filesize: 21kb
No of Page(s): 5
Read more

An Introduction to Database Normalization

An Introduction to Database NormalizationShort Description
When users ask for advice about their database applications, one of the first things I try to help them with is the normalization of their table structure. Normalization is the process of removing redundant data from your tables in order to improve storage efficiency, data integrity and scalability. This improvement is balanced against an increase in complexity and potential performance losses from the joining of the normalized tables at query-time.

Website: nt02.esb.uop.edu | Filesize: 39kb
No of Page(s): 10
Read more

Tutorial on creating Databases with the MySQL DBManager

Tutorial on creating Databases with the MySQL DBManagerShort Description
Welcome to AIT’s DBManager tutorial. This tutorial assumes that you already have MySQL and the DBManager installed onto your Virtual Server. In this tutorial we will create a very simple and small database using the GUI interface the DBManager provides.

Website: www.pcnethost.net | Filesize: 281kb
No of Page(s): 14
Read more

Tutorial First steps in setting up tables in mySQL

Tutorial First steps in setting up tables in mySQLShort Description
In this tutorial we will find out how to create a database, then create a table and populate it with data. We will also look at one or two issues that may occur, and look at ways of solving them. The brief is to create a user database that can be accessed via a web browser for user authentication. This is effectively the means to provide a gateway into a secure or subscription only web site.

Website: www.jup-it-er.co.uk | Filesize: 140kb
No of Page(s): 11
Read more

Chapter 3. MySQL Tutorial

Chapter 3. MySQL TutorialShort Description
This chapter provides a tutorial introduction to MySQL by showing how to use the mysql client program to create and use a simple database. mysql (sometimes referred to as the ”terminal monitor” or just ”monitor”) is an interactive program that allows you to connect to a MySQL server, run queries, and view the results. mysql may also be used in batch mode: you place your queries in a file beforehand, then tell mysql to execute the contents of the file. Both ways of using mysql are covered here.

Website: rdewan.simon.rochester.edu | Filesize: 595kb
No of Page(s): 36
Read more

Introduction to MySQL on Windows

Introduction to MySQL on WindowsShort Description
MySQL is an open source relational database management system which is quite popular for light-weight web applications. Over the last few years, the product has also added some features which allow it to be used for larger business tools. This paper will provide an overview of this software on Windows. MySQL does not have as many features as PostgreSQL, and while many of the more advanced features are not as mature. However one would expect it to perform substantially better than PostgreSQL on Windows because of its thread-based architecture (PostgreSQL uses a process-based architecture instead).

Website: port25.technet.com | Filesize: 350kb
No of Page(s): 11
Read more

← Previous PageNext Page →