English 中文(简体)
如果我分别安装了轮椅和独立的MySQL,那么我的应用是我的吗?
原标题:Which MySQL version is my application using if I have both wamp as well as standalone MySQL installed separately?

我有一个窗户,有MySQL背书。 我在我的机器上安装了<代码>wampserver,其中含有一定版本的phpmyadmin以及MySQL版本5.0.51a。 但在客户机器中,他们有MySQL版本5.1。 简言之,部署时间为5.1。 这给我们造成了一些问题,因为这两个版本略有不同。 因此,我在(发展)机器上安装了5.1个单列的炉.。

现在,当我掌握我的照片时,它要么需要轮椅(第5版)转机,要么需要MySQL.1(在方案档案中安装的独立安装;MySQL>......) 这两种方式都是行之有效的。

问题1:我有权假定我只依靠我的SQL 5.0,如果只使用羊人服务,则依靠MySQL 5.1,如果仅仅放弃原来的MySQL服务的话? 是的。

问题2(主要问题): 如果我两处服务都转而告别,那套手工艺就好了。 在这种情况下,我怎么能知道我的SQL版本是我的 app? 我的纽带如下:

 MySqlConnection con = new MySqlConnection("SERVER=localhost; DATABASE=wow; 
                                           UID=root;PASSWORD=; Min Pool Size = 0; 
                                           Max Pool Size=200");

工具载于C#。

最佳回答

您可以始终使用<条码>。 这将回答你的问题。

问题回答

暂无回答




相关问题
Anyone feel like passing it forward?

I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...

NSArray s, Primitive types and Boxing Oh My!

I m pretty new to the Objective-C world and I have a long history with .net/C# so naturally I m inclined to use my C# wits. Now here s the question: I feel really inclined to create some type of ...

C# Marshal / Pinvoke CBitmap?

I cannot figure out how to marshal a C++ CBitmap to a C# Bitmap or Image class. My import looks like this: [DllImport(@"test.dll", CharSet = CharSet.Unicode)] public static extern IntPtr ...

How to Use Ghostscript DLL to convert PDF to PDF/A

How to user GhostScript DLL to convert PDF to PDF/A. I know I kind of have to call the exported function of gsdll32.dll whose name is gsapi_init_with_args, but how do i pass the right arguments? BTW, ...

Linqy no matchy

Maybe it s something I m doing wrong. I m just learning Linq because I m bored. And so far so good. I made a little program and it basically just outputs all matches (foreach) into a label control. ...

热门标签