Well after some research I found you can change the MySQL sock to the tmp location in the chroot, but can't get MySQL to restart. Is it typically better to reinstall MySQL in the chroot?
is there a certain location i should change the MySQL sock to? I've been setting it in the tmp under the chroot, but MySQL like fails to start when i change it.
[client]
port = 3306
#socket = /var/run/mysqld/mysqld.sock
socket = /opt/lsws/chroot/tmp/mysqld.sock
[mysqld]
port = 3306
#socket = /var/run/mysqld/mysqld.sock
socket = /opt/lsws/chroot/tmp/mysqld.sock
(only error I can really find)
When attempting to log in via phpMyAdmin:
#2002 - The server is not responding (or the local MySQL server's socket is not correctly configured)