Hello Flavio
> I try to intstall web-cyradm but on the script create_mysql.sql I got the
> following error
> ERROR 1046 (3D000) at line 17: No database selected
You tried to run the script without selecting a database where you want
to create the tables. That sound for me like you tried to something like
this:
--snip
$ mysql -uUSER -pPASS <create_mysql.sql
--snap
You must create the database and give rights to it before running the
script. Afterwards the better way(s) to run the script would be commands
like following:
--snip v1
$ mysql -uUSER -pPASS DB <create_mysql.sql
--snap
or
--snip v2
$ mysql -uUSER -pPASS
mysql> use DB
Database changed
mysql> source create_mysql.sql
--snap
--
Kind regards,
Roman Hochuli
Operations Manager
Nexellent AG
Saegereistrasse 29
8152 Glattbrugg
Switzerland
Tel +41-44-5623040
Fax +41-44-5623041
X-NCC-RegID: ch.nexellent
Imagination is the one weapon in the war
against reality.
-- Jules de Gaultier
_______________________________________________
This mailing list is hosted and supported
by bit-heads GmbH | http://www.bit-heads.ch
_______________________________________________
Web-cyradm mailing list
[email protected]
http://www.web-cyradm.org/mailman/listinfo/web-cyradm