Hey can some1 explain me why we need to download MySQL connector net? im creating a website on visual studio 2010 and linking it with phpMyAdmin database.....but what does MySQL connector actually does?
thanks
PhpMyAdmin is a mysql database client made with php and connected to mysql database and hosted in Apache Server.Here we can execute mysql dml/ddl directly to view the immediate results.
MySql Connector Net is the library through which a Dot net Application will connect to mysql for further database communication.
Hope this will help you..
Related
I'm trying to learn PL/SQL language. On my mac laptop (macOS Monterey, M1) I have the following set up:
MySQL Workbench running a test database
and SQL*Plus installed in the terminal
My question: How do I connect to my local MySQL Workbench database via sqlplus?
I imagine I need a user/pass and to specify localhost 3306 as the connection endpoint... but where do I find these things, how do I set them up? I've looked at Oracle documentation but haven't found the answer.
Any help would be greatly appreciated! This is study for a SQL interview. Thanks in advance.
-Sebastian
Either you need to use MySQL Workbench as a client for MySQL Server, or else you need to use SQL*Plus as a client for Oracle Server. These are two different brands of database (although they are both owned by Oracle Corporation) and the clients cannot connect to each other's database.
Your statement of connecting to MySQL Workbench using SQL*Plus makes no sense anyway, since both of these are clients.
I'm trying to connect Ejabberd server with MSSQL in linux. As of now I have installed Ejabberd 18.01 and MSSQL in ubuntu. Also Dumped all Mnesia tables into MSSQL. From the documentation page I'm getting to know that we need to configure freetds and unixODBC. I tried multiple configuration as suggested by official website but still not able to create the connection. Can someone please help to get it resolved?
im encountering a problem with the connections of my MySql database. I try to install the mysql connector version 6.9.9 but it only shows the same data source i have before.
enter image description here
Well...this seems like a stopped service.
run>msconfig>services>check it
I use Entity framework 6 and MySQL 5.5
When I use code first to create the my sql database, the database is created successfully, but when I open mysql workbench, I can't find it in MySQL workbench.
I have used EF 5.0 code before to create a database and the database can be found in MySQL workbench.
has anyone met this issue before?
I'll bet an arm and a leg you haven't configured EF correctly an it is using it's default database instead of mysql, look here or here
The easiest way to verify that is to shut down your MySQL server and test if your can still query your database with EF or not.
I know the question I am about to ask is a very stupid once but I am new to MYSQL so please bear with me. Want I want to do is create a database on my local machine and also access/manipulate it from their. I thought MYSQL WB was the all in one tool to do this i.e it will also allow me to create a database and also make a MYSQL server from which to access it. But I came to know the Workbench is just a front end and you need to have a some kind of a seperate MYSQL server module for it to access.
The problem is I can't seem to find any link for a simple a server module on the MYSQL download site.
http://dev.mysql.com/downloads/ .
It has one Cluster Server but I don't think this is what I am looking for. If anyone could provide a link to the MYSQL server module using which I could connect MYSQL Workbench on my local host, and the steps to connect them that would be great.
The one your looking for is named MySQL Community Edition. The current version is 5.6.14. Just select your platform (mac, linux or windows) and follow the installation guide.
If you wish to have php/mysql then you can download xampp. It includes all the necessary tools. Or if you wish to install it separately then follow this for Windows,
http://dev.mysql.com/downloads/installer/