# # @(#) mysql.properties # # # $Revision: 15039 $ $Author: gdelcayre $ # $Date: 2012-08-27 11:25:02 +0200 (Mon, 27 Aug 2012) $ # # Initialy written by Julien Trolliet - august 23th, 2001 # Copyright (c) 2001, 2012 - C3T SA. All Rights Reserved # -------------------------------------------------------------- # #the serveur hostname = localhost #the port of the server port = 3306 # the database name databaseName = mysql #The user to connect as #user = root #The password to use when connecting #password = 00000000 #should the driver attempt to re-connect if the connection dies? (true/false) autoReconnect = true #if autoReconnect is enabled, how many times should the driver attemt to reconnect? maxReconnects = 3 #if autoReconnect is enabled, the initial time to wait between re-connects (seconds) initialTimeout = 2 #The maximum number of rows to return (0 means return all rows) maxRows = 0 #should the driver use Unicode character encodings when handling strings? (true/false) useUnicode = false #attention n'est valable que si useUnicode est \u00e0 true #if useUnicode is true, what character encoding should the driver use when dealing with strings? #characterEncoding = none