linuxthreads

DA supports it yes, it will happily run whats been compiled, but if you use the mysqld thats compiled with directadmin then it wont be compiled with linuxthreads.

This is how I did it

1 - CVSUP the ports tree (if you dont know how to do this google for it)
2 - cd /usr/ports/databases/mysql40-server
3 - make DB_DIR=/usr/local/mysql/data BUILD_STATIC=yes WITH_LINUXTHREADS=yes WITH_CONDWAIT_PATCH=yes install clean
4 - cd /usr/local/etc/rc.d
5 - mv mysqld mysqld.directadmin
6 - cp mysql-server.sh mysqld
7 - ./mysqld stop
8 - ./mysqld start

you also might need to add the line 'mysql_enable="YES"' to /etc/rc.conf
 
Back
Top