HOW CAN I CONNECT TO MY MYSQL/POSTGRESQL DATABASE? WHAT SETTINGS SHOULD I USE FOR MY SCRIPT/SOFTWARE

MySQL/PosgreSQL database connection can be established with script/software hosted only on your web hosting account (meaning no remote access is allowed due to security reasons). The following settings are needed: 

  • DB Host : See your MySQL/PostgreSQL Manager section under DB Host column.
  • DB Port : 3306(for MySQL) / 5432(for PostgreSQL)
  • DB Name : The database name you have assigned, listed inside MySQL/PostgreSQL Manager section of your control panel.
  • DB Username : The database username you have assigned, listed inside MySQL/PostgreSQL Manager section of your control panel.
  • DB Password : The database password you have assigned.
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

CAN I MANAGE MY DATABASE CREATED THROUGH THE HOSTING CONTROL PANEL FROM MY LOCAL COMPUTER?

Access to the MySQL and PostgreSQL servers has been restricted on all shared hosting plans. If...

CAN I UPDATE THE MYSQL VERSION?

No ...you cannot update MySql Versions

DO YOU PROVIDE LONG TERM BACKUPS FOR MY DATABASES?

Long term backups for databases are not available. However we do have addional offsite backup...

DO YOU SUPPORT MYSQL?

Yes. All of our servers support MySQL.

HOW CAN I ACCESS MY DATABASE ONLINE?

Login your contorl panel, click on the phpMyAdmin/phpPgAdmin icon, then use the following...