|
-
Feb 22nd, 2007, 09:51 AM
#1
Thread Starter
Lively Member
lan based connection with mysql database
how an i connect my system to a lanbased using a msql datbase pls help me... thank you
-
Feb 22nd, 2007, 10:18 AM
#2
Hyperactive Member
Re: lan based connection with mysql database
This link has proved useful to me. It's pretty well written:
http://dev.mysql.com/doc/refman/5.1/...programming-vb
-
Feb 22nd, 2007, 10:19 AM
#3
Re: lan based connection with mysql database
See the MySQL connection strings here.
The most difficult part of developing a program is understanding the problem.
The second most difficult part is deciding how you're going to solve the problem.
Actually writing the program (translating your solution into some computer language) is the easiest part.
Please indent your code and use [HIGHLIGHT="VB"] [/HIGHLIGHT] tags around it to make it easier to read.
Please Help Us To Save Ana
-
Feb 22nd, 2007, 10:55 AM
#4
Thread Starter
Lively Member
data.domain.com
Driver={MySQL ODBC 3.51 Driver};Server=data.domain.com;Port=3306;Database=myDataBase;User=myUsername;Password=myPassword;Opt ion=3
ive got this connection what data.domain.com means....
im running my mysql database in localhost only and i want to network it to another computer how will i do that
-
Feb 22nd, 2007, 03:03 PM
#5
Re: data.domain.com
Server=192.168.1.5 (or whatever is the IP of the computer the database is on)
The most difficult part of developing a program is understanding the problem.
The second most difficult part is deciding how you're going to solve the problem.
Actually writing the program (translating your solution into some computer language) is the easiest part.
Please indent your code and use [HIGHLIGHT="VB"] [/HIGHLIGHT] tags around it to make it easier to read.
Please Help Us To Save Ana
-
Feb 22nd, 2007, 03:26 PM
#6
Thread Starter
Lively Member
Re: data.domain.com
when i replace the server to the ip address i got this error message HOST 'THoTIEBOY' is not allowed to connect to this mysql server.
what will i do
thanks
-
Feb 22nd, 2007, 05:25 PM
#7
Re: data.domain.com help
An address in your LAN or an address on the internet?
The most difficult part of developing a program is understanding the problem.
The second most difficult part is deciding how you're going to solve the problem.
Actually writing the program (translating your solution into some computer language) is the easiest part.
Please indent your code and use [HIGHLIGHT="VB"] [/HIGHLIGHT] tags around it to make it easier to read.
Please Help Us To Save Ana
-
Feb 22nd, 2007, 05:32 PM
#8
Re: data.domain.com
Read the other thread I answered, and stop making three threads for the same problem.
The most difficult part of developing a program is understanding the problem.
The second most difficult part is deciding how you're going to solve the problem.
Actually writing the program (translating your solution into some computer language) is the easiest part.
Please indent your code and use [HIGHLIGHT="VB"] [/HIGHLIGHT] tags around it to make it easier to read.
Please Help Us To Save Ana
-
Feb 22nd, 2007, 05:45 PM
#9
Re: lan based connection with mysql database
Duplicate threads merged/deleted - please stop intentionally creating more work for us!
-
Feb 23rd, 2007, 06:34 AM
#10
New Member
Re: data.domain.com
 Originally Posted by mheiy
Driver={MySQL ODBC 3.51 Driver};Server=data.domain.com;Port=3306;Database=myDataBase;User=myUsername;Password=myPassword;Opt ion=3
ive got this connection what data.domain.com means....
im running my mysql database in localhost only and i want to network it to another computer how will i do that
Sorry 4 bad english,
If we want to connect to the database on the Internet, what should we do? Are the host have an ODBC Connector?
I've stuck at this...
Pls help, thx...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|