Home  >  Article  >  Database  >  How to create a soft link to mysql

How to create a soft link to mysql

WBOY
WBOYforward
2023-06-03 08:45:311429browse

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!

Statement:
This article is reproduced at:yisu.com. If there is any infringement, please contact admin@php.cn delete