Category : Database » MySQL Database
Bayonne to connect to MySql database and how to use sql queries inside Bayonne. scripts. . to prepare your local system for Bayonne (and MySql) you need to: .
Download File
Free PDF eBooks Download
Database
MySQL Database
Content Summary :
1 Introduction GNU Bayonne can work with a lot of external servers such as web servers, databasesand TTS. From versions 1.2.x Bayonne scripts can have sql queries and connectdirectly to databases. In this document we will show how to install and configureBayonne to connect to MySql database and how to use sql queries inside Bayonnescripts. In this How-To we’ll use Bayonne 1.2.11. 2 Before you begin In this document we assume that: • you are root in your local system (where Bayonne will be installed);• you are familiar with Bayonne and its scripting language;• you are familiar with MySql queries;• you have commoncpp2/ccaudio/ccscript packages;• you have Bayonne 1.2.x source package;• you have mysql-devel (rpm) packages or MySql source package;• you have a MySql server account (Mysql 3.23.x or 4.0.x);• you have libxml2 (rpm) package or libxml2 source package. to prepare your local system for Bayonne (and MySql) you need to: • unpack commoncpp2/ccaudio/ccscript/Bayonne source packages;• install mysql-devel (rpm) packages or MySql source package;• install libxml2 (rpm) package or libxml2 source package.