Von: ravi reddy [mailto:[EMAIL PROTECTED] 
Gesendet: Donnerstag, 13. Juli 2006 10:03
An: asterisk-users@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
_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to