Opened 12 years ago

Last modified 12 years ago

#31665 new enhancement

explain the difference between <db> and <db>-server

Reported by: punkish (punkish) Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc: pixilla (Bradley Giesbrecht)
Port: mysql5 mysql5-server

Description

for example, the descriptions of both mysql5 and mysql5-server state that it is a "multithreaded SQL database server". In reality, the former is the mysql5 client, required to access other mysql5 servers, and the latter is the real server in case one wants to run the server on their own computer. Making the description reflect the difference would be helpful to new users.

Change History (3)

comment:1 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)

That's not actually correct. mysql5 is all the compiled software, including the client and the server. mysql5-server is merely a small amount of additional setup, including creating a user, creating a few directories, setting the ownership of those directories, and installing a launchd plist, to help you more easily run a mysql5 server.

comment:2 Changed 12 years ago by punkish (punkish)

great... in which case, let's make that clear. My contention is that, as is, the potential user has no idea of the difference between the two because the description of the two is identical.

comment:3 Changed 12 years ago by jmroot (Joshua Root)

Cc: pixilla@… added
Owner: changed from macports-tickets@… to ryandesign@…
Port: mysql5 mysql5-server added
Version: 2.0.3
Note: See TracTickets for help on using tickets.