Configure MySQL 24.04LTS: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

13 March 2024

  • curprev 00:3000:30, 13 March 2024Wikiadmin talk contribs 1,335 bytes −3 No edit summary
  • curprev 00:2900:29, 13 March 2024Wikiadmin talk contribs 1,338 bytes +1,338 Created page with "If you want to allow access to your MYSQL database from any other host rather than the LOCAL server you will have to tell MySQL to bind to the external ip address rather than the local TCP stack... 127.0.0.1 (which is the default) service mysql stop sudo nano /etc/mysql/mysql.conf.d/mysqld.cnf Modify the line bind-address = 127.0.0.1 (change 127.0.0.1 to 192.168.3.200 the externally bound IP address) Move the default database directory off the system disk da..."