What program should I use to connect to the DB?
The DB used depending on the hosting product is as follows.
1. Linux, JSP: MySQL
- You can connect to/use the DB on the terminal through an SSH program such as PuTTY.
- DB can be used through phpMyAdmin. (Just put “/_hostingkr/dbadmin” after the domain.)
ex) If the domain is “www.mydomain.com”, “www.mydomain.com/_hostingkr/dbadmin”
2. Windows: MS-SQL
- You can download and use “SQL Server Express” from the MS website.
- It is available for free, and you can download the “Express Edition” through the path below.
https://www.microsoft.com/ko-kr/sql -server/sql-server-downloads
(If you cannot connect, please visit the site directly and search.)