Base: Linux or Windows for mySQL?

Trying a small business solution with concurrent users I am thinking a schema with MySql database (on the server side) and LibreOffice Base on the client side…

The client side will be running windows 10.
Which operating system should I use for the server side?

(Thanks in Advance)

Any one you like and feel comfortable with. If client and server are separate machines, they communicate through a common protocol (ODBC if I’m right). It is independent from operating systems. Provided you have the correct drivers or interfaces installed, you shouldn’t have problems.

The common protocol will be JDBC actually… but I suppose this will not change something…