[opencms-dev] Problem upgrading mySQL version 3.23
Christian Steinert
christian_steinert at web.de
Fri Jun 30 21:44:43 CEST 2006
> How can I be sure that I'm using the 5.0 version? Do you know
> something to test?
you can do the following
list all processes of mysql
ps -A | grep mysql
____________________________
2940 ? 00:00:00 mysqld_safe
3059 ? 00:00:32 mysqld
_____________________________
for me I get these 2 processes.
Then, you can type
cat /proc/xxxx/cmdline
with xxxx being one of the process numbers from above, so for myself this is
cat /proc/2940/cmdline
and
cat /proc/3059/cmdline
Like this you get the complete command that was used to launch mysql.
That should be enough to find out, if the right version is being used.
hth
christian
More information about the opencms-dev
mailing list