Vanilla 1.1.9 is a product of Lussumo. More Information: Documentation, Community Support.

Welcome Guest!
Want to take part in these discussions? If you have an account, sign in now.
If you don't have an account, apply for one now.
 
    •  
      CommentAuthorJohn C
    • CommentTimeJan 11th 2010
    Easy! Software Employee
    To change the MySql port for Easy!Flow and Easy!TTS:

    Stop the apache and mysql services from the XAMPP control panel. Exit XAMPP by pressing the exit button in the control panel.

    Open C:/Easy/EasyFlow/localconfig
    Change the line $db_port = 0; to the new MySql port.

    Open C:/Easy/EasyReview/easyreview.conf Change the line $db = 'DBI:mysql:dbname=easy:port=3306';
    Change 3306, to the new MySql port.

    Open up command prompt and navigate to C:/Easy/Perl/bin. Run the command perl ../../EasyFlow/checksetup.pl

    Go to C:\Easy\xampp and open the XAMPP configuration file. Below the [PORTS] line add a line like mysql = 3306, where 3306 is the new port number.

    Open the XAMPP control panel and restart the apache and mysql services.