https://github.com/DeNA/HandlerSocket-Plugin-for-MySQL
下記は、Linuxで検索方法です。 (※1 Windowsは、Telnetで)
- TCPでDBに接続
$ nc -v 192.168.xx.xxx 9998 Connection to 192.168.42.105 9998 port [tcp/*] succeeded!
- DB,Table,Index,Columnを定義
P {cmd_index_なんでも} {DB} {table} {index_name} {columns:[,]区切}
$ P 3 DatabaseName_Foo TableName_Bar PRIMARY column_name,column_birthday
0 1
- 検索
{2.で設定した_cmd_index} {operator} {cond_column} {cond_value} {limit}
$ 3 = 1 50 1 0 2 Peter 1998-10-22
※1 Telnetを設定方法 https://kencenerelli.wordpress.com/2017/07/16/enabling-telnet-client-in-windows-10/ [^]