http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7426 Bug #: 7426 Summary: Let koha-mysql pass on SQL to mysql -e Classification: Unclassified Change sponsored?: --- Product: Koha Version: master Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P5 - low Component: Packaging AssignedTo: robin@catalyst.net.nz ReportedBy: magnus@enger.priv.no QAContact: ian.walls@bywatersolutions.com koha-mysql can be used to "provide an interactive mysql shell set up for the specified koha instance". With an option for SQL input, koha-mysql could turn something like this: koha-mysql -e "some sql" instancename into this: mysql --host="$mysqlhost" --user="$mysqluser" --password="$mysqlpass" -e "some sql" "$mysqldb" This might be handy for e.g. updating a syspref in multiple installations. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.