MySQL vs mysql
- MySQL ==> the entire MySQL package
- The MySQL server (mysqld)
- MySQL client programs
- MySQL client library
- mysql ==> a client program of the MySQL package
- The MySQL Command-Line Tool
Connecting to server
1 |
|
If mysqld is running on the same machine:
1 … |