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:29] admin [''D'' set up N-MDDB on a MySQL DBMS] |
niota-docs:niota_install_meta [2025/07/17 14:11] (current) |
||
|---|---|---|---|
| Line 35: | Line 35: | ||
| ==== Windows - setup MySQL ==== | ==== Windows - setup MySQL ==== | ||
| + | |||
| + | 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:** | ||
| + | Remove the detailed version info from you target folder. | ||
| + | |||
| + | e.g. rename “niota-meta-80_v2.1.21308” to “niota-meta_v2” | ||
| * 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. | ||