[asterisk-users] CDRTools please help

Guido Hecken guido.hecken at gwsnettech.de
Thu Jul 13 03:55:43 MST 2006


Von: ravi reddy [mailto:mravikreddy at gmail.com] 
Gesendet: Donnerstag, 13. Juli 2006 10:03
An: asterisk-users at lists.digium.com
Betreff: [asterisk-users] CDRTools please help

...
but when i gave command  #mysqladmin -uroot -pxxxxx -hlocalhost
>./setup_mysql.sh create cdrtool
it is creating cdrtool database in mysql server but with no tables and
nothing just creating databse 
and then i tried to run the commands like #mysqladmin -uroot -pxxxxx
-hlocalhost >./create_tables.mysql 

I don't know much about CDRTool, but I think you've a typo in your
mysqladmin statement. Perhaps try this:
mysqladmin -u root -pxxxxx -h localhost <./setup_mysql.sh create cdrtool

With your command you try to export something out of your database:
mysqladmin -uroot -pxxxxx -hlocalhost >./setup_mysql.sh create cdrtool

Also, have a look at your setup_mysql.sh script, it is broken after the
above command.
This happens normaly when it's too late at night ;-)

Hope it helps...

Guido



More information about the asterisk-users mailing list