Implement an "outputFile" property
----------------------------------

                 Key: MSQL-23
                 URL: http://jira.codehaus.org/browse/MSQL-23
             Project: Maven 2.x SQL Plugin
          Issue Type: New Feature
    Affects Versions: 1.2
         Environment: Linux
            Reporter: Julien Wajsberg


In a project, we would like to generate a file with a SQL command.

Using the command line, we would do something like this :
mysql -e "sql statements" > file

Using SQL, we use "SELECT ... INTO OUTFILE" but it causes some problems with 
rights, either in MySQL (use must have the FILE privilege) or on an Unix system 
(user owning the mysql process must have the right to write a file there).

Therefore it would be very nice to have an "outputFile" option (or something 
like that) that would store all the output of the MySQL commands.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to