How to connect to a MySQL server database VB NET VB.NET 2008 & 2010
Uploader Comments (TeachVEVO)
All Comments (18)
-
I follow all instruction and type all codes properly,correctly and i also made a same database in mySql also named it account with same columns and fields but when i click the button "view name" error come's up saying 'unknown database'..what other things i do??
can anyone help me...:(
thanks a lot in advance..
-
@kimyboi777 download the files read the description
-
@kimyboi777 Search in google mysql and try to find Connector/Net
-
Hello can you tell me or make a new tutorial, how to get all info from database. Example: you write a user id and they spell out fname lname , and i want to make that when you write password not user id he spell our all fname and lnames. Please answer back thanks.
-
awesome..i just got one problem..i dont have the mysql.data reference..can anyone help me?
-
nice accent.
-
nice wallpaper, where did you get it?
-
thanks..it really help..
I am using xampp. when I go to xampp control panel it shows as if mysql is running, however when I go to local host and try to create a new mysql section it states The MySQL server is not running or is blocked by a firewall! Please check this problem first .. my firewall is turned off. PLEASEEEEE help me to resolve this problem.
LdnTaz 9 months ago
@LdnTaz search in my channel
MySQL server is not running
TeachVEVO 9 months ago
@LdnTaz maybe you install Adobe with crack or patch
follow this
1.try to run instead of localhost try 127.0.0.1
2.if you can see the xampp your host file is the problem (go to C:\Windows\System32\drivers\etc\)
3.open the host file with notepad change the localhost to 127.0.0.1
look like this
# localhost name resolution is handled within DNS itself.
# 127.0.0.1 localhost
# ::1 localhost
TeachVEVO 6 months ago