http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14443 Bug ID: 14443 Summary: Man pages need to be updated for koha-mysql Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Command-line Utilities Assignee: gmcharlt@gmail.com Reporter: barton@bywatersolutions.com QA Contact: testopia@bugs.koha-community.org CC: robin@catalyst.net.nz The following bug: Bug 12372 -- "feature request: debian/scripts/koha-mysql should be able to handle arbitrary mysql arguments." Extends the way that koha-mysql may be called. Once that patch is applied, arbitrary mysql arguments may be given after the instance name. The synopsis should change to koha-mysql INSTANCE-NAME [ mysql arguments ] Also, the '-e' option is now available, so the example usage may change to koha-mysql {instancename} -e "Some SQL query" It would also be useful to provide an explicit example of a mysql argument whose functionality was previously entirely unavailable, e.g. koha-mysql {instancename} --skip-column-names 'See Also' should mention mysql. -- You are receiving this mail because: You are watching all bug changes.