| 31 | * Found the DB startup script: /usr/local/etc/rc.d/2.mysql-server.sh |
| 32 | * Options passed to mysql: "--pid-file=/var/db/mysql/mysqld.pid --skip-grant-tables --skip-networking --user=mysql --log=/usr/testbed/log/mysql/base --log-bin=/usr/testbed/log/mysql/update --log-slow-queries=/usr/testbed/log/mysql/slowqueries --max_connections=500" |
| 33 | * That --skip-networking is troubling. Yeah, we need to change that: {{{Do not listen for TCP/IP connections at all. All interaction with mysqld must be made using named pipes or shared memory (on Windows) or Unix socket files (on Unix). This option is highly recommended for systems where only local clients are permitted.}}} |
| 34 | * I'll restart mysql on myboss without that argument, then I'll investigate secure remote access. |