next up previous contents
Next: Communication with the MySQL Up: The MySQL process Previous: Signature   Contents

Subsections

Usage

This call will make a process for connecting with a MySQL server.

Once the process is created it will try to make a connection to the server. It will then send a message to the out channel indicating that it is ready to accept commands (see below). Subsequent communication with the process will be done by issuing commands on the in channel. Every command will cause one or more answers to be sent on the out channel. The process will not terminate until it receives a quit message, the only exception to this is noted below under "Errors".

Once the process is created, it is not possible to change the connection, user etc. unless it can be done via. SQL queries.

Answer

If the process successfully connects to the server it will send the message connected to the out channel.

Errors


next up previous contents
Next: Communication with the MySQL Up: The MySQL process Previous: Signature   Contents
Espen Suenson 2006-07-07