RE: All command has no content, only yield "x rows in set"

2013-09-18 Thread Rick James
t: Re: All command has no content, only yield "x rows in set" > > On 18/09/2013 16:17, zxycscj wrote: > > execute mysql command has no content. help [...] > > > > mysql> use ijdb; > > Database changed > > mysql> show tables; > > 7 rows in set

Re: All command has no content, only yield "x rows in set"

2013-09-18 Thread Radoulov, Dimitre
On 18/09/2013 16:17, zxycscj wrote: execute mysql command has no content. help [...] mysql> use ijdb; Database changed mysql> show tables; 7 rows in set (0.00 sec) [...] I suppose that the mysql pager is set to a non-default value. On the mysql prompt try: pager repeat your command here ...

All command has no content, only yield "x rows in set"

2013-09-18 Thread zxycscj
execute mysql command has no content. help I google searched without answer -- afj:~$ mysql -h localhost -u a -p Enter password: Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 20 Server version: 5.1.56 Source di