How connect to own created server through console

Asked By 20 points N/A Posted on -
qa-featured

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

SHARE
Best Answer by Williams Todd
Answered By 0 points N/A #196210

How connect to own created server through console

qa-featured

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

Best Answer
Best Answer
Answered By 0 points N/A #196213

How connect to own created server through console

qa-featured

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.

Related Questions