Click here to Skip to main content
15,867,990 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am trying to develop an application in Visual Studio 2019 using vb.net. I would like to use MySQL database. When I created a database and tables in Chrome MySQL admin, it worked fine with the VB.net application. But When I went to admin using Xampp, I couldn't find the database and even I can not connect MySQL opened and created with Xampp phpmyadmin. Can anyone please help to get the explanation. I am not a software professional now, but I can do program database applications using microsoft platform. Thanks in advance.

What I have tried:

Already I explained that I have created databases in both layouts, Xampp & Chrome. My application developed using vb.net got connected with Chrome administered MySQL but can not connect with the Xampp administered MySQL.
Posted
Updated 29-Dec-20 4:48am
v2

you need a connection line to one of existing database then try to create a new via vb.net apps
 
Share this answer
 
Thanks a lot for your reply. Actually, there were two different schema/databases/setups. One from MYSQL-benchmark and another from Xampp. As I am new, at the beginning I made the mistake. So what I found there were two different schema will be installed at the same time and act as separate schema. Now it is OK. Thanks again. I explain it for the beginners.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900