Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > c9232248028e1601140ae71d36ca6565 > files > 25

prelude-manager-1.0.2-5.mga4.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