how to share database between virtualbox guests - database

I have installed windows server 2016 as a guest in VirtualBox and windows 7 and centos7 as geusts aswell.
I have configured a private network between them and dhcp and dns from windows server and it seems its working fine. Dhcp distributed ip's to the other guests.
To make it short w7 and centos are connected to windows server via dhcp.
I have installed wamp server on windows server and I want windows 7 and centos7 to access the database aswell.
I tried typing the ip/phpmyadmin but doesnt seem to work.
anyone had a similar project and can help me would be apreciated.
(sorry for my english I hope you understand)

Related

Mongo DB remote access on Windows server

How do I enable remote access to my mongo db server running on my own personal windows machine? I’ve read that I need to bind my IP address to 0.0.0.0 in a config file. I found some instructions online for Linux. But I am running a windows server. Any tips?

The target principal name is incorrect. Cannot generate SSPI context

I have a small home network of pc's all running Windows 10. None of the PC's have been or are in a domain. One (an intel NUC) runs Sql Server and my Surface 3 has Visual Studio. I use my Microsoft login for both. This setup has been running fine for almost 2 years.
Now I suddenly get the above error when trying to connect using integrated security.
Sql Authentication works fine.
I can also remote into the NUC and run SSMS without a problem.
I have followed the troubleshooting guide without success (KB 811889)
NTLM seems to be operating OK on the NUC.
I pinged -a IPAddress and it resolved correctly to the name of the NUC
SQL Server uses NT Service\MSSQLSERVER. I tried using LocalSystem but still didn't work
All the help articles I have found assume there is a domain or suggest Sql Authentication as a solution.
Only recent change has been installing Windows Update for Windows 10 Version 1607 on the NUC
Can anyone help me?

connect a vb net windows application to sqlserver installed on another computer in a network

i created a vb.net windows application.i have two computers connected with network(LAN).The two computer names are AdminPc1 and AdminPc2.i installed the application and sqlexpress 2005 in AdminPc1 and it works properly. now i installed the application in AdminPc2 and try to connect the database in AdminPc1 and it gives a network error. my sqlserver name is AdminPc1\SqlExpress. i use the same name in the connection string on the second computer.i enabled tcp/ip and named pipes connection in sqlserver configuration manager. am i did anything wrong? if not then how to solve the problem? please help me...thank you.

Connecting Java EE application with Sql Server in virtual box

I have Ubuntu installed on my laptop, and I'm developing a web application with java, using eclipse, and I want to connect, with sql server. To do this I have installed sql server 2012 in my virtual machine(Virtual box).
I have installed windows 7. I'm using Bridged Adapter setting, to receive ip from dhcp.
I have tested connection with ping command and is running successful, but when I run my application I have this error: Unknown server host name 'PEACH-PC'
the PEACH-PC is the
have you added Peach-PC variable in the etc/hosts file? that may be the case. If not add the ip and the variable there.

how to create a new start session in sql server 2008 with user from other computer?

I have two computers. One with windows XP where I have SQL Server 2008 Express and other computer with windows 7. In both computers I have sql server management studio.
Both computers are in the same work group. With explorer I can see the shared folder from one computer to each other.
In the windows 7 computer, when in explorer I put \myXPComputer I can see the folder that are shared and a conection that is sqlexpress. If I do doulbe click in this icon I get an error that say that windows can't access to \myXPComputer\slqexpress. However I can connect to the printers that are shared and they are in the xp computer.
So in the xp computer, I open sql server management studio and I try to add a new start session, but I only can see the location \myXPComputer, I can`t select other users from other computers in the same workgroup.
I would like to know kow can access to the database in XP from sql server management studio installed in my windows 7 computer.
Thanks.
In SSMS...
Server type: Database Engine:
Server name: the IP of the computer you're connecting to.
Authentication...
you can do windows, but it's harder to set up so let's not. So... make sure your SQL server supports mixed mode authentication and use the credentials of the SQL server you're connecting to, so if you're on 7 and trying to connect to xp, put in the IP of that xp box and the credentials that let you login to that xp box. Those credentials are probably SA. If not, make sure you have mixed mode & SA enabled.
This is the very basic jist of it.

Resources