User Manual C/C++ Precompiler SAP DB

User Manual C/C++ Precompiler SAP DBShort Description
This user manual describes how to embed SAP DB calls in applications written in the programming language C. It is also possible to embed SAP DB calls in C++ programs, provided that the restrictions described in the following sections are taken into consideration for SQL statements, especially for declare sections.

Website: www.sapdb.org | Filesize: 1110kb
No of Page(s): 182
Read more

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

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

Backups and Restoring

Backups and RestoringShort 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

InnoDB Hot Backup Manual - the Online MySQL Backup ToolShort 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

MySQL Internals ManualShort 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

Next Page →