Changes between Version 6 and Version 7 of Docs/825gen2/Dev/Database/MySQL
- Timestamp:
- 11/10/23 10:05:23 (12 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/825gen2/Dev/Database/MySQL
v6 v7 190 190 191 191 192 Change bind-address from 127.0.0.1 to 0.0.0.0 to allow connections from any IP. 193 Insert # symbol in front of skip-networking to comment this out. 192 Change bind-address from **localhost** (some files may show 127.0.0.1) to **0.0.0.0** to allow connections from any IP. 193 194 Insert **#** symbol in front of **skip-networking** to comment this out. 194 195 195 196 Ctrl-X and Y to save file.