This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
niota-docs:niota_install_meta [2025/05/15 16:32] admin |
niota-docs:niota_install_meta [2025/07/17 14:11] (current) |
||
|---|---|---|---|
| Line 36: | Line 36: | ||
| ==== Windows - setup MySQL ==== | ==== Windows - setup MySQL ==== | ||
| - | If MySQL server is already running and listening on the same port as you want to run multiple versions of niota at the same time (side by side) then you have to change your niota port or stop the other MySQL server. | + | In case of upgrade to a new MySQL server version you can use only one MySQL server at the same time on the same port. In case you want the check how niota works with new MySQL server and then again switch back to old MySQL server you have to shut down always the other. |
| + | **There must not be two server listening on the same port** | ||
| + | |||
| + | If you want to run both server at the same time you can configure niota **''..\connections.php''** to switch from one server to the other. | ||
| **Recommendation:** | **Recommendation:** | ||
| Line 46: | Line 50: | ||
| * navigate to the mysql-<version> - folder and check the configured port in configuration file my.ini | * navigate to the mysql-<version> - folder and check the configured port in configuration file my.ini | ||
| - | Default port 3306 is configured. If you have to change this, then set your desired port number here. If you change the port for N-MDDB you must edit also your connections.php file in N-PAPP and set this port number here as well. | + | Default port 3306 is configured. If you have to change this, then set your desired port number here. If you change the port for N-MDDB you must edit also your **''..\connections.php''** file in N-PAPP and set this port number here as well. |
| * set your ''data'' directory. | * set your ''data'' directory. | ||