From SQL Management Studio to RPI MySql - mysql

I'm starting to learn databases and I'm experimenting with hardware. On raspberry pi I have installed MySql. I also have installed phpMyAdmin and I can administrate database through web interface.
Now, I want to connect to that database with Microsoft SQL Server Management Studio but I don't know how. On raspberry I allowed connection from all IP addresses ( not only 127.0.0.1 which is default ) but I don't know what next to do?
When I try to connect I get this message.
https://image.prntscr.com/image/QCKYcgmeRfeRgqMYP6DcbA.png
This is picture of my connecting data. Is this ok?
https://image.prntscr.com/image/y6g8C-whR4aUEM0qPtg4lg.png

Microsoft SQL Server Management Studio can solely connect to Microsoft SQL Server, nothing else. Its name should have been a huge giveaway...
There are dozens of desktop applications that you can use to manage a mysql server, such as mysql workbench, sqlyog, heidisql, etc.

Related

Azure Managed SQL - ODBC Drivers

I have an Azure Managed SQL instance that I would like to use to connect to a MySQL server via a linked server used ODBC. I have tried and this keeps telling me I do not have the driver installed or the data source doesn't exist.
Is this because it expects this to be installed on the Azure machine hosting the server? I have seen mentions of people setting up an Azure VM to connect to the machine and install drivers / setup ODBC. Is this correct?
Can someone please either tell me how to connect to ODBC using DSN from my PC, or confirm if the error is due to the VM requirement
For reference, I have followed numerous guides and still have the same issue
Thanks in advance

Can i Integrate mysql and sql server databases to view them on sql server

i have installed mysql and MSSQLSERVER on my windows server 2012 i need to monitor them using system center operations manager 2012 sp1.
now am able to monitor sql server but not the mysql server so can i integrate mysql and microsoft sql server so that i can get all the databases in the mysql as in the sql server. how can i achieve this? is there any way to do this?
The only way to be able to monitor a MySQL Database you must have a proper Management Pack Imported into SCOM. Bridgeways offers such a Management Pack, but it is not free. As today, Microsoft has not yet released a MP for MySQL.

Connecting to a database in Visual Studio

I'm afraid I have been stuck on this one for a couple days now.
I've worked with databases before (normally using php and a mysql server) but I'm new to visual studio and I just can't seem to find much info on what kind of server you need to connect to (and how).
I guess the first part of my question would be: Can the server running the database be a remotely hosted "online" mysql server or does it have to be installed on your machine (for example like you can install apache)?
The easiest option for me would probably be to connect to my existing mysql server of my online website, but how?
I have sql server management studio installed but am not sure what to enter as the server name etc in the dialog box that shows up.
I do know my mysql server details and all, but just have no idea how where and how or even if I can connect it directly to my visual studio project.
I have looked several times on google but till now I have only been able to find videos and tutorials showing how to create a new database - which assume you are already connected to some sort of server.
Also, if you do use a locally hosted database server then wouldn't you have to port it to a different (online) database once the website goes live?
Thank you for your time!
Yes, the database can be remotely hosted, I'have this working on my local machine with a remote MsSql database. Make sure the remote database server accepts connections from your IP.
I'm pretty sure the MsSql Server Management Studio is only for MsSql, not MySql. The server name in my case is the IP for the remote MsSql database server, further you need the login and password for your database. But if you use your remote MySql, you don't need this tool.
I have no experience with MySql, but it must be possible to use the database in your Visual Studio project with the correct "connectionstring". The connectionstring contains the type of the database, where it is located, login and pasword, etc. You can find the syntax of you connectionstring here: www.connectionstrings.com/mysql/

I can connect to my database using SQL Server 2005 but not SQL Server 2008 Management Studio

I was able to connect to my database engine using SQL Server 2005 Management Studio, but now I cannot connect using the newer 2008 version.
Has anyone experienced the same problems? Is there a small feature to turn on that I am missing somewhere? Thank you in advance.
Given that you do not provide any usefull informations, like error message, how you tried to connect (windows authentication/sql authentication), .... that's hard to come up with the solution.....
1) try to run SSMS as admin... if you can connect, then grant specific user with proper access
2) if you try to connect via TCIP/IP, try to run SQL Server Configuration Manager to enable TCP/IP protocol
3) if you need sql authentication, change the authentication on the server's properties.

Cannot connect SQL Server 2008 Reporting Services and Database on separate server

I have two virtual machines runs on my laptop, let's say their name are VMApp and VMDB, and both are runs the same OS, Windows Server 2008 R2.
On VMDB, I installed all SQL Server 2008 features except the Reporting Services. in contrast, I installed only SQL Server 2008 Reporting Services on VMApp.
I run Reporting Services Configuration Manager on VMApp and point the Server Name to the VMDB's computer name, then I got an error message
"A connection to the computer cannot be established"
I enabled the named pipe from SQL Server Configuration Tools on VMDB, but I still get that error message on VMApp.
I think the problem is not network connection because the VMs are connected in same domain network and they could ping each other.
Sorry for this dumb case because I am newbie in SQL Server, and I really appreciate any help from you guys!
Regards,
Chrisma Andhika
You cant set the DB path to SERVERNAME\INSTANCENAME on the configuration manager. There isnt even that option. First you set the server:
and then the DB:
where exactly are you having your issue?
FYI: try to enable SQL Browser on VMDB or to connect by IP if you cant enable browser