how an i connect my system to a lanbased using a msql datbase pls help me... thank you
Printable View
how an i connect my system to a lanbased using a msql datbase pls help me... thank you
This link has proved useful to me. It's pretty well written:
http://dev.mysql.com/doc/refman/5.1/...programming-vb
See the MySQL connection strings here.
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
Server=192.168.1.5 (or whatever is the IP of the computer the database is on)
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
An address in your LAN or an address on the internet?
Read the other thread I answered, and stop making three threads for the same problem.
Duplicate threads merged/deleted - please stop intentionally creating more work for us!
Sorry 4 bad english,Quote:
Originally Posted by mheiy
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... ;)