|
Example:
|
|
|
|
Explanation:
|
|
1. ssh -X holland
2. Run: ps -e | grep mysql // program is called mysqld
The first number is the "process ID (PID)" of the mySQL daemon
3. Run: ps -q PID -l
|