mac一直显示【zsh: command not found: mysql】

mac电脑按照mySQL 设置环境变量一直显示【zsh: command not found: mysql】

操作系统:macOS Ventura 13.3.1
mySQL 8.0.32

尝试过的解决方法

创建bash_profile
创建 zshrc

total 96
drwxr-xr-x+  21 laurelsuen  staff    672  4 13 19:07 .
drwxr-xr-x    5 root        admin    160  4 11 22:28 ..
-r--------    1 laurelsuen  staff      9  5 16  2020 .CFUserTextEncoding
-rw-r--r--@   1 laurelsuen  staff  10244  4 13 18:27 .DS_Store
drwx------+   2 laurelsuen  staff     64  4 13 18:55 .Trash
-rw-r--r--@   1 laurelsuen  staff     40  4 12 13:31 .bash_profile
-rw-------    1 root        staff  12288  4  7 11:22 .bash_profile.swp
-rw-------    1 root        staff    236  4 11 22:22 .mysql_history
-rw-------    1 root        staff   1645  4 12 13:31 .viminfo
-rw-------    1 laurelsuen  staff   1842  4 12 13:50 .zsh_history
drwx------   34 laurelsuen  staff   1088  4 13 19:07 .zsh_sessions
-rw-r--r--@   1 laurelsuen  staff     22  4 11 19:00 .zshrc
drwx------@  29 laurelsuen  staff    928  4 13 18:51 Desktop
drwx------+   9 laurelsuen  staff    288  3 25  2022 Documents
drwx------@  30 laurelsuen  staff    960  4 13 16:58 Downloads
drwx------@ 102 laurelsuen  staff   3264  4 10 10:52 Library
drwx------+   4 laurelsuen  staff    128  5 16  2020 Movies
drwx------+   7 laurelsuen  staff    224 10 10  2020 Music
drwx------+   6 laurelsuen  staff    192  5 20  2020 Pictures
drwxr-xr-x+   4 laurelsuen  staff    128  5 16  2020 Public
drwx------    9 laurelsuen  staff    288  4 16  2021 iCloud云盘(归档)
laurelsuen@swwMacBook-Pro ~ % source .zshrc
laurelsuen@swwMacBook-Pro ~ % mysql -uroot -p
zsh: command not found: mysql

我想要达到的结果

搜寻了很多帖子与视频观看,但依旧无法正常运营mysql,
求解ing

.zshrc里添加mysql文件夹路径到PATH中。