Bug 77880

Summary: Mysql 4.1 OVERWRITE_DB=no is ignored
Product: Ports & Packages Reporter: Martijn Broeders <martijn>
Component: Individual Port(s)Assignee: Alex Dupre <ale>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Martijn Broeders 2005-02-21 20:30:10 UTC
The OVERWRITE_DB make argument is ignored in the Makefile of the mysql41-server port.

How-To-Repeat: - cd /usr/ports/databases/mysql41-server
- make install
- [Create a database with some name with the mysql program]
- set FORCE_PKG_REGISTER=yes
- cd /usr/ports/databases/mysql41-server
- make install OVERWRITE_DB=no
- mysqlshow -u root

And you'll see that your newly created database is gone.
Comment 1 Cheng-Lung Sung freebsd_committer freebsd_triage 2005-02-22 06:03:00 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ale

over to maintainer.
Comment 2 Alex Dupre freebsd_committer freebsd_triage 2005-02-22 06:54:39 UTC
State Changed
From-To: open->closed

OVERWRITE_DB=no has no effects, since the db is not created during installation. 
Probably you are not creating the db in the path where the daemon expects it.