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
Backups and Restoring
Short Description
Understanding how to properly backup and restore your Koha installation is a critical step in administering Koha successfully. Not only are these skills needed in an emergency, such as a hard drive failure on your primary production machine, but they are also useful for when you update, upgrade, or anytime you plan to custom modify either the filesystem or the database.
Website: www.kohadocs.org | Filesize: 21kb
No of Page(s): 4
Read more
InnoDB Hot Backup Manual - the Online MySQL Backup Tool
Short Description
InnoDB Hot Backup, or ibbackup, is a tool which allows you to backup a running InnoDB database under MySQL without setting any locks or disturbing normal database processing. You get a consistent copy of your database, as if the copy were taken at a precise point in time. InnoDB Hot Backup is also the ideal method of setting up new slaves if you use the MySQL replication on InnoDB tables.
Website: ssl.neutech.fi | Filesize: 493kb
No of Page(s): 37
Read more
MySQL Internals Manual
Short Description
The purpose of this chapter is to establish a set of guidelines that will help you, the developer, to follow the established MySQL coding styles and standards when writing code. Consistent style is important as it makes it easier to maintain our code and allows you to find specific routines much more quickly.
Website: faemalia.net | Filesize: 530kb
No of Page(s): 148
Read more
Snort Installation Manual Snort, MySQL and ACID on Redhat 7.3
Short Description
The purpose of this guide is to document the installation and configuration of a complete Snort implementation. This guide contains all the necessary information for installing and understanding the architectural layout of the implementation.
The information in this guide was written for implementing Snort 1.8 using Redhat 7.3. You may find some discrepancies if you are installing different versions of Snort or using different versions of Redhat.
Website: www.snort.org | Filesize: 1962kb
No of Page(s): 35
Read more