Advanced Search
Search Results
57 total results found
MyWeb Tutorials: Git (Version Control)
Recommended Workflow (Read First) If you are planning to use GIT, then you need to consider our GitLab server is the source of truth for your website code. You should write and edit your code locally on your own computer using any editor or IDE (such as VS Co...
PostgreSQL
Note: Access to PostgreSQL is restricted to students with projects, and it can be accessed via special subnet (not available publicly to all students) How to Access Your Database: First step, you need to request the creation of a database by sending an ema...
MyWeb Tutorials: Connect to DB remotely
In addition to accessing your database through phpMyAdmin on MyWeb, you may also connect to your database directly from your own computer using tools such as HeidiSQL, MySQL Workbench, DBeaver, or the MySQL command-line client. Remote database access allows yo...