Changeset 10315


Ignore:
Timestamp:
2005-07-26T15:35:47+12:00 (19 years ago)
Author:
kjdon
Message:

added port to windows mysql startup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/build.xml

    r10314 r10315  
    774774    </exec>
    775775   <exec executable="${mysql.home}/bin/mysqld" dir="${mysql.home}" spawn="true" os="${os.windows}">
     776      <arg value="--port=${mysql.port}"/>   
    776777    </exec>
    777778    <sleep seconds="2"/>
Note: See TracChangeset for help on using the changeset viewer.