简体   繁体   中英

Vb.net with mysql

I'm making window based application using vb.net and mysql as backend.

Does it require mysql to be installed on client machine to run application?

是的,您需要将其安装在客户端PC上并将其设置为客户端

"Mysql" consists of two parts: a server portion, and a client portion.

Yes, you must install the client portion of mySQL on your VB client. If the MySQL server is remote, than you must also enable remote access.

Here are a couple of good tutorials:

Again, you do not need to install the entire MySql server on your VB.Net client.

However, you do need to install any MySql connectors that VB.Net needs to talk to. You have several choices, including ODBC or MySql native. All things being equal, I'd recommend the native MySql connector.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM