Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does MySQL Workbench need server to operate?

I have to solve problem with the database connection.

I checked the ip address and port but my pc's host doesnt allow the connection.

Do I have to own a server to use MySQL workbench?

like image 762
King Avatar asked Nov 26 '25 18:11

King


1 Answers

MySQL Workbench connects to a MySQL Server instance. However, you can install MySQL Server on your own machine. Server and client(s) can co-exist on the same machine.

You can download the latest open source MySQL Server (currently version 5.1.50) from:

  • MySQL :: Download MySQL Community Server
like image 103
Daniel Vassallo Avatar answered Nov 28 '25 08:11

Daniel Vassallo