Issue #SCB2466
Ronny Voelker <[email protected]>
| Newsgroups | gmane.comp.java.scarab.issues |
|---|---|
| Message-ID | <[email protected]> |
Activity report on *Enhancement SCB2466 - Introduce new property to allow for more flexible MySQL setup* Scarab Link: http://www.solitone.org/scarab/issues/id/SCB2466 Module: Scarab Activity generated by Ronny Voelker ([email protected]) at 12/18/2007 12:49 *Comments* - By Ronny Voelker - 12/18/2007 12:49 --- "The patch looks ok. However, I wonder if it's really necessary to add another property to the build.properties, only because of a special feature of MySQL. How about changing the grant statement to: grant all on @DB_NAME@.* to '@DATABASE_USERNAME@' identified by '@DATABASE_PASSWORD@'; This would allow the user to connect to the DB from any host. I haven't followed the discussion in detail. Maybe I have missed something. "