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-
- Open the my. ini configuration file in a text editor.
- 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. # …
- Save changes and restart the MySQL server.