Home
Return to the Integrics home page.
Enswitch
Our carrier grade soft-switch.
Testimonials
What our customers are saying.
Contact us
How to contact Integrics.
Debian / Ubuntu:
touch /var/log/mysql.log
chown mysql:mysql /var/log/mysql.log
invoke-rc.d mysql restart
Others:
touch /var/log/mysql.log
chown mysql:mysql /var/log/mysql.log
chkconfig mysqld on
service mysqld start