How can I use the MySQL command-line prompt to administrate the internal Roxen database?
Unix: path/to/server-x.x.x/mysql/bin/mysql -u rw -S path/to/configurations/_mysql/socket Windows: path\to\server-x.x.x\mysql\bin\mysql -u rw –pipe –socket=C_/path/to/configurations/_mysql/pipe Note that the socket name should be the full path including the drive prefix but with : written as _ and with / as the directory separator.