1999-10-21 19:36:34 +00:00
|
|
|
udmsearch is successfully installed.
|
|
|
|
Now, to use udmsearch you need to create the appropriate mysql database
|
|
|
|
manually:
|
|
|
|
|
|
|
|
Create mysql database 'udmsearch'.
|
|
|
|
You can also use existing MySQL database, skip this step in this case.
|
|
|
|
|
1999-12-23 16:05:50 +00:00
|
|
|
$ mysqladmin create udmsearch
|
1999-10-21 19:36:34 +00:00
|
|
|
|
|
|
|
|
|
|
|
Create tables.
|
|
|
|
If you are installing UdmSearch for the first time:
|
|
|
|
|
1999-12-23 16:05:50 +00:00
|
|
|
$ mysql udmsearch < /usr/local/etc/udmsearch/create/mysql/create.txt
|
1999-10-21 19:36:34 +00:00
|
|
|
|
|
|
|
IMPORTANT: If you already use UdmSearch and want to upgrade from
|
|
|
|
UdmSearch 2.0 or earlier while keep existing data, please do not use
|
|
|
|
create.txt. Instead, to upgrade from UdmSearch 2.0, run
|
|
|
|
|
1999-12-23 16:05:50 +00:00
|
|
|
$ mysql udmsearch < /usr/local/etc/udmsearch/create/mysql/alter20-21.txt
|
1999-10-21 19:36:34 +00:00
|
|
|
|
|
|
|
or, to upgrade from UdmSearch 1.x, run
|
1999-12-23 16:05:50 +00:00
|
|
|
$ mysql udmsearch < /usr/local/etc/udmsearch/create/mysql/alter19-20.txt
|
|
|
|
$ mysql udmsearch < /usr/local/etc/udmsearch/create/mysql/alter20-21.txt
|
1999-10-21 19:36:34 +00:00
|
|
|
|
|
|
|
For more information on how to use udmsearch, please refer to their
|
|
|
|
web site at http://mysearch.udm.net/
|