X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=README.mysql;h=e619a814bc827a566fc5a2df766f7246fb53d64b;hp=f6f56842317ff67de534a344f09476cee6e08f3b;hb=446f934790d9d60b4aaa63faa41217fa8134a4be;hpb=9091f57db37adb226c3798bf7d53b94b03c171d6;ds=inline diff --git a/README.mysql b/README.mysql index f6f56842..e619a814 100644 --- a/README.mysql +++ b/README.mysql @@ -63,7 +63,12 @@ more info) or that para_server was built without mysql support. Type para_client si to find out. If mysql is not mentioned as a supported selector, -you'll have to recompile. +you'll have to recompile. If configure does not detect your mysql +installation, use the --enable-mysql-headers and --enable-mysql-libs +options to specify the mysql path explicitly . Example: + + ./configure --enable-mysql-headers=/Library/MySQL/include \ + --enable-mysql-libs=/Library/MySQL/lib/mysql Create a new database @@ -83,10 +88,12 @@ Fill your database with content para_client upd +Note that the mysql selector assumes that the basenames of your audio +files are unique. If this is not the case, duplicates are ignored. + If this command fails, it most likely means the audio file directory (given in the server configuration file) does not exist, is empty, -not readable, or contains different files with identical basenames. Fix -this problem before proceeding. +or not readable. Fix this problem before proceeding. The command