Remote DB Connections

Remote DB Connections

Remote Connections to the SQL Servers are enabled for SQL Server 2008 (Only available on port "1435") and Mysql5 on port "3306"

MSSQL Databases

You can use the dns names to connect to the databases "MSSQL.yourdomainname" (replace yourdomainname" with your own domains name)

MYSQL Databases

We offer mysqladmin to manage your databases to access this simply open, the http://mysql.yourowndomainname replace yourdomainname" with your own domains name) in your browser and login with the username and password that you created when adding the database to the control panel.

  • 4 Users Found This Useful
Was this answer helpful?

Related Articles

Connection Strings (MSSQL 2005, MSSQL 2008, MySQL5, MS Access Database)

MSSQL2005Set conn = Server.CreateObject("ADODB.Connection")conn.Open "Provider=SQLOLEDB; Data...

How do I use an Access database on my site?

Microsoft Access is part of the Microsoft Office suite of applications and is a database that is...

Import Export MySQL database using PhpMyAdmin

Do the following steps for import/export mysql database: Open phpMyAdmin.by going to...

What is MySQL?

MySQL is an open source database server, much like Microsoft SQL Server or Oracle. You can store...