tomsoft | **MAJ du premier probleme, mais nouveau probleme ,voir en bas ***
Bon voila, j'ai un probleme,
j'ai installé mysql, mysql administrator,
je peut me connecter a ma base "localhost" avec mysql administrator en root,
mais je ne peut me connecter avec vb a ma base,
voici un screen de vb et de sql administrator :
http://img187.imageshack.us/img187 [...] sqldp1.jpg
vb me retourne ceci au ctn.open =>
Code :
- L'exception System.Data.SqlClient.SqlException n'a pas été gérée
- Class=20
- ErrorCode=-2146232060
- LineNumber=0
- Message="Une erreur s'est produite lors de l'établissement d'une connexion au serveur. Lors de la connexion à SQL Server 2005, cet échec peut être dû au fait que les paramètres par défaut de SQL Server n'autorisent pas les connexions à distance. (provider: Fournisseur de canaux nommés, error: 40 - Impossible d'ouvrir une connexion à SQL Server)"
- Number=2
- Server=""
- Source=".Net SqlClient Data Provider"
- State=0
- StackTrace:
- à System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection)
- à System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj)
- à System.Data.SqlClient.TdsParser.Connect(Boolean& useFailoverPartner, Boolean& failoverDemandDone, String host, String failoverPartner, String protocol, SqlInternalConnectionTds connHandler, Int64 timerExpire, Boolean encrypt, Boolean trustServerCert, Boolean integratedSecurity, SqlConnection owningObject, Boolean aliasLookup)
- à System.Data.SqlClient.SqlInternalConnectionTds.OpenLoginEnlist(SqlConnection owningObject, SqlConnectionString connectionOptions, String newPassword, Boolean redirectedUserInstance)
- à System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, Object providerInfo, String newPassword, SqlConnection owningObject, Boolean redirectedUserInstance)
- à System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection)
- à System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnection owningConnection, DbConnectionPool pool, DbConnectionOptions options)
- à System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject)
- à System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject)
- à System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject)
- à System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection)
- à System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory)
- à System.Data.SqlClient.SqlConnection.Open()
- à test_sql.Form1.btn_connect_Click(Object sender, EventArgs e) dans D:\Documents and Settings\Tomas 46\Local Settings\Application Data\Temporary Projects\test sql\Form1.vb:ligne 8
- à System.Windows.Forms.Control.OnClick(EventArgs e)
- à System.Windows.Forms.Button.OnClick(EventArgs e)
- à System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
- à System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
- à System.Windows.Forms.Control.WndProc(Message& m)
- à System.Windows.Forms.ButtonBase.WndProc(Message& m)
- à System.Windows.Forms.Button.WndProc(Message& m)
- à System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
- à System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
- à System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
- à System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
- à System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(Int32 dwComponentID, Int32 reason, Int32 pvLoopData)
- à System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
- à System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
- à System.Windows.Forms.Application.Run(ApplicationContext context)
- à Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.OnRun()
- à Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.DoApplicationModel()
- à Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.Run(String[] commandLine)
- à test_sql.My.MyApplication.Main(String[] Args) dans 17d14f5c-a337-4978-8281-53493378c1071.vb:ligne 81
- à System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args)
- à System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args)
- à Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly()
- à System.Threading.ThreadHelper.ThreadStart_Context(Object state)
- à System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- à System.Threading.ThreadHelper.ThreadStart()
|
merci d'avance a tous si vous pouvez resoudre mon pb Message édité par tomsoft le 02-09-2006 à 17:16:53
|