I'm running funplug on a nas drive and want to setup mysqld on it. i've got it going pretty far, but now when i try to start up with 'mysqld restart' i get the following error: fatal error: please read "security" section of the manual to find out how to run mysqld as root!. Running sles9 with script rcmysql mysql it's working fine, but i need customize some parameters, what signifies use mysqld with command lines, i try to do this but appear: fatal error: please read "security" section of the manual to find out "how to run mysqld as root".. Key_buffer_size=0 read_buffer_size=2097152 max_used_connections=0 max_threads=512 thread_count=0 connection_count=0 it is possible that mysqld could use up to key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 2102584 k bytes of memory hope that's ok; if not, decrease some variables in the equation..
Hello shahriyar, thank you for the bug report. verified as described. thanks, umesh. [root @ localhost mysql] # bin/mysqld_safe --user=mysql & starting mysqld daemon with databases from / usr / local / mysql / data let us know whether it's a 64-bit server you are trying to start mysql on.. Read: man mysql && mysql --help && go through the configuration files to set it up how you want/need it to be ** remember to restart mysqld after editing to allow changes to take place **.
Subscribe by Email
Follow Updates Articles from This Blog via Email
No Comments
Note: only a member of this blog may post a comment.