chown -R mysql: mysql / var / lib / mysql file has changed by chown

chown -R mysql: mysql / var / lib / mysql change file owner and group by chown.
Format:

    chown [option] ... [Owner] [: [group]] files ...
-R handle the specified directory and all files in subdirectories

Guess you like

Origin blog.51cto.com/14413105/2441394