Table of Contents
- Part 1 LAMP
- Part 2 Users
- Part 3 Upgrade PHP to 7.3
- Part 4 Apache Enable Mod rewrite
- Part 5 Composer
- Part 6 Virtual Hosts
- Part 7 Let's Encrypt
- Part 8 MySQL
- Part 9 Remote MySQL over SSH
- Part 10 Laravel
To connect to your Linode database remotely log in to your MySQL client over SSH:
Database Settings:
MySQL Host: server IP address
Username: database username
Password: database user password
database: database name
port: 3306
SSH Settings:
SSH Host: server IP address
SSH User: username used for SSH connections
SSH Password can be left empty as long as your program automatically looks at SSH configuration
0 comments
Add a comment