News About Features Documentation FAQ ChangeLog Mailinglist Download GIT Screenshots RRDtool MRTG WebQ Logwatch Reporter Latest stable: 2.0.2-1 Latest devel: 2.0.3-0.beta5 |
MySQLdb() MySQL database connection. Requires: MySQLdb python module Usage: db.MySQLdb(host='127.0.0.1',port=3306,dbname='sagator', dbuser='sagator',dbpasswd='xxxxxx') Parameters: host - database server hostname or unix socket path port - tcp socket port for database server dbname - database name dbuser - authorization username dbpasswd - authorization password Database creation script: scripts/db/mysql.sh |