The Client-Server Model
The Client-Server Model
write code
(SQL query)
Client Program:
MySQL Server MySQL Workbench
2 provided by
obtain results
The Client-Server Model
provided by
The Client-Server Model
You could also wonder why we would need a server. Sticking to the basic
theory of operation of computer networks, MySQL Workbench acts as a
client program – a client of a MySQL Server.
Client Program:
MySQL Server MySQL Workbench
provided by
The Client-Server Model
The server is, practically, nothing more than a machine that provides
data and services to the same or other computers.
MySQL Server
Client Program:
MySQL Server MySQL Workbench
provided by
Briefly, the server will perform all calculations and operations you execute in
Workbench. You will be writing queries through the Workbench interface, in the
form of raw code, which MySQL server understands and processes.
The Client-Server Model
write code
(SQL query)
Client Program:
MySQL Server MySQL Workbench
provided by
Briefly, the server will perform all calculations and operations you execute in
Workbench. You will be writing queries through the Workbench interface, in the
form of raw code, which MySQL server understands and processes.
The Client-Server Model
Client Program:
MySQL Server MySQL Workbench
2 provided by
The Client-Server Model
Client Program:
MySQL Server MySQL Workbench
2 provided by
obtain results
The Client-Server Model
write code
(SQL query)
2
obtain results
The Client-Server Model
write code
(SQL query)
Client Program:
MySQL Server MySQL Workbench
2 provided by
obtain results