Introduction to MySQL
Short 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
Short 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
Tutorial on creating Databases with the MySQL DBManager
Short 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
MySQL Reference Manual
Short Description
A relational database stores data in separate tables rather than putting all the data in one big storeroom. This adds speed and exibility. The tables are linked by defined relations making it possible to combine data from several tables on request. The SQL part of “MySQL” stands for “Structured Query Language” the most common standardised language used to access databases.
Website: lpf-esi.fe.up.pt | Filesize: 3437kb
No of Page(s): 833
Read more
MySQL 3.23, 4.0, 4.1 Reference Manual
Short Description
This is the MySQL Reference Manual. It documents MySQL 3.23 through MySQL 4.1.25. This is the Reference Manual for all releases of the MySQL Database System through version 4.1.25. It is applicable for older versions of the MySQL software (such as 3.23 or 4.0-production) because functional changes are indicated with reference to a version number. For later MySQL releases, see the appropriately-numbered edition of this manual.
Website: downloads.mysql.com | Filesize: 12809kb
No of Page(s): 1781
Read more