Good suggestion.Quote from TraderMojo:
1) Don't use the named pipe URL so instead of:
jdbc:mysql://localhost/ats?enable-named-pipe&socketFactory=com.mysql.jdbc.NamedPipeSocketFactory
use
jdbc:mysql://localhost/ats
One hint that it is the named pipe is that you will get an error in the Eclipse console saying something like "cannot open file '//./pipe'"
If you see this or are desperate and want to try something, by all means try the new URL.
Thanks TradingMojo.
