Thursday, 21 July 2016

How to set as default pager less connecting mySql by using Ubuntu System

How to set as default pager less connecting mySql  by using Ubuntu System

Steps:

1.Go the Terminal mode or use Ctrl+Alt+T

2.Then the normal way of connection mysql.


3.Alternate way:
Whenever connecting it self, if your setting as pager less
no need to again & again enter pager less.

see the below screen ,





Syntax:

>mysql  -u **** -p****

Example:

>mysql -u root -proot  test;