Dear Experts,
I have set up my own server and trying to connect it through console but I have no idea how to do it. Can anyone tell how to connect to server? I would appreciate if someone tell me sample direct connect commands
How connect to own created server through console
Hello Beeky
You must connect to the internet. You can use cable modem, DSL, modem in your house. But they have limited facilities in case of the upstream data. So you should follow the way of paying the hosting providers for a webhosting account. If you need more, I will suggest you to get a dedicated server by paying a hosting company who will lease you a whole server for you.
Regards
How connect to own created server through console
Hello,
It all depends on the server that you installed. There are many servers such as Microsoft Sharepoint or Asp.net server, Microsoft SQL server. Â Any server package that you installed should have an instruction text document to guide you through this process.
Here is an example of how to connect to a SQL database server through a command line:
The general Syntax is: Â mysql -u DBUSER -h DBSERVERNAME -p
Let say that the database is on a localhost Williams then the syntax would be: Â Â $ mysql -u Williams -h localhost -p
I hope this is helpful. Good luck to you.