| Summary: | databases/mysql55-server: mysql_upgrade man, and upgrade/install info missing mandatory information | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Chris H <bsd-lists> |
| Component: | Individual Port(s) | Assignee: | Alex Dupre <ale> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Chris H
2013-07-18 05:10:00 UTC
Responsible Changed From-To: freebsd-ports-bugs->ale Over to maintainer (via the GNATS Auto Assign Tool) If the database is a Akonadi (KDE) database the above won't be enough. You need to mirror the options given to your mysqld, check with ps aux | grep mysql Copy the options to the mysql_upgrade commands (I did not need '-u root -p' but you might) mysql_upgrade --defaults- file=/home/USER/.local/share/akonadi/mysql.conf -- datadir=/home/USER/.local/share/akonadi/db_data/ -- socket=/tmp/akonadi-USER.x0Bvxr/mysql.socket I really think the --socket option is the key. /RogerL State Changed From-To: open->closed Please open a bug report at mysql.com if you like, not a port issue. |