Forums » General Discussion

Thread: Can't connect to MySQL through named pipe

This question is not answered. Helpful answers available: 2. Answered answers available: 1.


Permlink Replies: 0 - Pages: 1
pavusa_515

Posts: 1
Registered: 8/21/12
Can't connect to MySQL through named pipe
Posted: Aug 21, 2012 7:39 PM
 
  Click to reply to this thread Reply

I'm receiving the following message when trying to connect:
System.ArgumentException
Keyword not supported.
Parameter name: named pipe
Stack Trace:
   at MySql.Data.MySqlClient.MySqlConnectionStringBuilder.ValidateKeyword(String keyword)
   at MySql.Data.MySqlClient.MySqlConnectionStringBuilder.set_Item(String keyword, Object value)
   at System.Data.Common.DbConnectionStringBuilder.set_ConnectionString(String value)
   at MySql.Data.MySqlClient.MySqlConnection.set_ConnectionString(String value)
   at MySql.Data.MySqlClient.MySqlConnection..ctor(String connectionString)
   at Quest.Toad.MySQL.MySQLConnection.CreateConnection()
   at Quest.Toad.MySQL.MySQLConnection.DoBeforeConnect()
   at Quest.Toad.Db.Connection.Connect(Boolean notify)
   at Quest.Toad.Db.Provider.BackgroundConnector.CreateBackgroundConnection()

To reproduce:
OS: Windows 7 Ultimate 64bit SP1
Database: MySQL 5.5.27
Toad for MySQL 6.3.0.642

my.ini main aspects
[client]
pipe
socket=mysql.appx
[mysql]
default-character-set=utf8
[mysqld]
skip-networking
enable-named-pipe
socket=mysql.appx

With the same server configuration in MySQL Workbench 5.2, no problems.

Someone already had this issue?




Legend
Guru: 2001 + pts
Expert: 751 - 2000 pts
Enthusiast: 31 - 750 pts
Novice: 0 - 30 pts
Moderators
Helpful answer (5 pts)
Answered (10 pts)

Point your RSS reader here for a feed of the latest messages in all forums