~ mysqlshow.exe --port 3306 -u test -p test test Enter password: **** Database: test Table: test Rows: 2 +---------------+------------------+-------------------+------+-----+---------+----------------+---------------------------------+---------+ | Field | Type | Collation | Null | Key | Default | Extra | Privileges | Comment | +---------------+------------------+-------------------+------+-----+---------+----------------+---------------------------------+---------+ | id | int(10) unsigned | NULL | | PRI | | auto_increment | select,insert,update,references | | | longitude | float | NULL | YES | | 0 | | select,insert,update,references | | | azimuth | float | NULL | | | 0 | | select,insert,update,references | | | location_name | varchar(128) | latin1_swedish_ci | | | | | select,insert,update,references | | +---------------+------------------+-------------------+------+-----+---------+----------------+---------------------------------+---------+ ~ ~ ~ ~ mysqlshow.exe --port 3309 -u test -p test test Enter password: **** Database: test Table: test Rows: 0 +---------------+------------------+-------------------+------+-----+---------+----------------+---------------------------------+---------+ | Field | Type | Collation | Null | Key | Default | Extra | Privileges | Comment | +---------------+------------------+-------------------+------+-----+---------+----------------+---------------------------------+---------+ | id | int(10) unsigned | | NO | PRI | | auto_increment | select,insert,update,references | | | longitude | float | | YES | | 0 | | select,insert,update,references | | | azimuth | float | | NO | | 0 | | select,insert,update,references | | | location_name | varchar(128) | latin1_swedish_ci | NO | | | | select,insert,update,references | | +---------------+------------------+-------------------+------+-----+---------+----------------+---------------------------------+---------+ ~