Configure options MySQL server was compiled with??
- by GetFree
I have MySQL server 5.0.67 running on a Linux machine.
How can I know what configure options were used to compile it??
I'm interested in the option --with-mysqld-ldflags in order to know whether mysql was linked statically or dynamically.
Thanks.