Sophie

Sophie

distrib > Mandriva > 2010.1 > x86_64 > media > main-release > by-pkgid > 2523edbef5a232f3d9a4127cafc31da3 > files > 25

prelude-manager-1.0.0-1mdv2010.1.x86_64.rpm

If you want database support (required for prewikka),
you should install a preludedb package such as preludedb-mysql and
then do something like the following:

/usr/bin/mysqladmin create prelude
echo "GRANT ALL PRIVILEGES ON prelude.* TO prelude@'localhost' IDENTIFIED BY 'prelude';" | /usr/bin/mysql -h localhost
/usr/bin/mysql -h localhost -u prelude prelude -p < /usr/share/libpreludedb/classic/mysql.sql
/usr/bin/mysql -h localhost -u prelude prelude -p < /usr/share/libpreludedb/classic/addIndices.sql