Hello
How to use "kamctl db exec <query> " function?
My SQL_ENGINE is MySQL
How to write the command line when I want to do the query "select * from acc" with kamctl db tool?
thanks
On Thursday 24 February 2011, 侯旭光 wrote:
How to use "kamctl db exec <query> " function?
My SQL_ENGINE is MySQL
How to write the command line when I want to do the query "select * from acc" with kamctl db tool?
Hi 侯旭光,
i must admit that i never used this feature. If you've shell access to the server, what about just using the standard mysql shell client "mysql" instead?
http://dev.mysql.com/doc/refman/5.5/en/mysql.html
Cheers,
Henning