configures the mysql as database engine
Project description
opengever.mysqlconfig
opengever.mysqlconfig configures mysql as database used by ogds and global index. The configuration bases on z3c.saconfig.
Configuration
- Username:
opengever
- Password:
opengever
- Database:
opengever
- Hostname:
localhost
- Engine:
mysql
- Engine name:
opengever.db
- Session name:
opengever
Installation
There is a script create_database.sql which creates a new the database and grants access for the user on the database.
Just run following command on your shell:
$ cd src/opengever.mysqlconfig/opengever/mysqlconfig $ mysql -uroot -p < create_database.sql
Links
Main github project repository: https://github.com/4teamwork/opengever.mysqlconfig
Issue tracker: https://github.com/4teamwork/opengever.mysqlconfig/issues
Copyright
This package is copyright by 4teamwork.
opengever.mysqlconfig is licensed under GNU General Public License, version 2.
Changelog
1.1.2 (2014-02-18)
Moved package to GitHub. [lknoepfel]
1.1.1 (2013-08-14)
Corrected initial database name. [deif]
1.1 (2012-11-28)
Dropped Plone 4.1 compatibility. Only 4.2 and up are supported. [lgraf]
1.0.1 (2012-09-12)
Added important configuration options in the mysql db conf and creation script. [phgross]
1.0 (2011-11-17)
Initial release
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.