Quantcast
Viewing all articles
Browse latest Browse all 3780

Connect my database mysql

Hello group. I’m continuing to try to convert my old database access to MySql. I converted my database with Bullizip, to a dump.sql file. Now how do I connect to this file?

dim db as new MySQLCommunityServer
db.Host=“”
db.UserName=“Admin”
db.Password=“myPassword”
db.DatabaseName=“C:\Users\Federico\Desktop\Database\dump.sql”
//Type of connection UTF8
if db.Connect then
messagebox “CONNECTED”
db.SQLExecute “SET NAMES ‘utf8’”
else
Messagebox “NOT CONNECTED”
end if

I set the various fields…the field. What does HOST mean? Should I install something on my PC? From what I’ve read

13 posts - 6 participants

Read full topic


Viewing all articles
Browse latest Browse all 3780

Trending Articles