* Add socket_path for mysql plugin
- Add new property `socket_path`
- If `socket_path` is set, ignore host/port and ssl settings when setting up the connection
* Add socket_path to manifest
* Add socket_path for mysql plugin
- Add new property `socket_path`
- If `socket_path` is set, ignore host/port and ssl settings when setting up the connection
* Add socket_path to manifest
* make mysql connection type as a dropdown
* add data migration for mysql socket opts
* declare generic parameter for the function
* fix lint
* fix migration progress count
---------
Co-authored-by: Kariem Hussein <kariem.hussein@gmail.com>