How to create a soft link for mysql
The code is as follows:
cd /usr/local/mysql/bin for i in * do ln /usr/local/mysql/bin/$i /usr/bin/$i done
The above is the detailed content of How to create a soft link to mysql. For more information, please follow other related articles on the PHP Chinese website!