4
4
A Lightweight SQL Database for Cloud and Web
9
Drizzle is a community-driven open source project that is forked from the popular MySQL database.
11
The Drizzle team has removed non-essential code, re-factored the remaining code and modernized the code base moving to C++.
6
WWW: http://www.drizzle.org
7
IRC: #drizzle on FreeNode
8
Mailing-list: https://launchpad.net/~drizzle-discuss
11
Drizzle is a community-driven open source project that is forked from the
12
popular MySQL database.
14
The Drizzle team has removed non-essential code, re-factored the remaining code
15
and modernized the code base moving to C++.
14
18
* A database optimized for Cloud infrastructure and Web applications
22
26
* Reliable, ACID transactional
25
The most current information is on the wiki, but are some essential links
26
and notes for getting started.
28
http://drizzle.org/wiki/
29
https://launchpad.net/drizzle
29
Documentation and support
30
-------------------------
32
Documentation on building, installing and using Drizzle is available at
33
http://docs.drizzle.org/
35
If the documentation doesn't answer your questions, please use
38
- https://answers.launchpad.net/drizzle
39
...for community support.
41
Commercial troubleshooting and 24/7 production support is available from a few
42
vendors at http://www.drizzle.org/content/support-and-services
48
### Installing library dependencies:
49
# The easiest and recommended way is to use your package manager to install
50
# all build dependencies for the drizzle package. This will always
51
# install an up to date list of dependencies.
52
# If drizzle is not yet included in your distribution, then please configure
53
# your package manager to use these Drizzle repositories:
54
# DEB: http://docs.drizzle.org/installing/ubuntu.html
55
# RPM: http://docs.drizzle.org/installing/redhat.html
58
# Then start the build process with executing
59
sudo apt-get build-dep drizzle
32
64
# If you got the source from bzr, run:
33
65
./config/autorun.sh
34
66
# The following steps are the same regardless of where you got the source
40
72
More information on compiling can be found at:
41
http://drizzle.org/wiki/Compiling
73
http://docs.drizzle.org/installing/from_source.html
44
76
# be sure you configured with a prefix before running make install
46
78
cd ${HOME}/builds/drizzle
47
./sbin/drizzled --no-defaults --port=XXXX \
79
./sbin/drizzled --no-defaults --mysql-protocol.port=3306 \
48
80
--basedir=$PWD --datadir=$PWD/var \
49
81
>> $PWD/var/drizzle.err 2>&1 &
52
http://drizzle.org/wiki/Starting_drizzled
53
http://drizzle.org/wiki/Contributing_Code
84
# http://docs.drizzle.org/installing/from_source.html#dependencies
85
# http://wiki.drizzle.org/Starting_drizzled
86
# http://docs.drizzle.org/contributing/introduction.html
b'\\ No newline at end of file'