MySQL is a fast database that runs on numerous platforms. It is one of the most popular free databases available.
Given the transactional nature of GNUe, we recommend using MySQL 4.x+ with transaction support compiled in.
Not all features of GNUe are usable under MySQL, such as auto-populating fields with serials/sequences and query-by-detail.
To utilize MySQL within GNUe, you must use one of the following python drivers:
Mysql-python, written by Andy Dustman, supports MySQL 3.22, 3.23, and 4.x.
Home Page: http://sourceforge.net/projects/mysql-python
Supported Platforms:
The following properties can be specified in your connections.conf file:
The following is an example of a connection.conf entry:
[myconn] provider=mysql # Use the MySQLdb adapter host=localhost # The hostname/IP of the MySQL host dbname=mydb # The name of the MySQL database
If you get an error while connecting to the server which looks like this: (1193, "Unknown system variable 'NAMES'") please set the connection parameter 'version=4'.