How to connect to MySQL on Windows via named pipe?

Does any body know how to use named pipe to connect to MySQL on Windows? The datasource documentation only provides unix_socket option. Any ideas?

Enable named pipe mysql Windows
Through the following steps you can get the results-

  1. Open the my. ini configuration file in a text editor.
  2. Add the enable-named-pipe parameter to the mysqld section. Consider the following example of the mysqld section: [mysqld] # The next three options are mutually exclusive to SERVER_PORT below. # …
  3. Save changes and restart the MySQL server.