


Mac uses the terminal to run mysql, mysql terminal, mysql mac, mysql directory, mysql path, macmysql
First go to the official website to download: http://www.mysql. com/downloads/
I downloaded the dmg of 5.6.11 and installed it. After the installation is completed... If you want to use the terminal to play SQL, then you have to enter a long string at the beginning: /usr/local/mysql/bin/mysql
This is inconvenient. I want to enter mysql -uroot -p1 like in cmd under windows... I checked online. It can be done.
Open the terminal and enter:
1)alias mysql=/usr/local/mysql/bin/mysql
2)alias mysqladmin=/usr/local/mysql/bin/mysqladmin
After execution, you can operate it like windows.
The second one is to set the password
We can enter: mysqladmin -u root password
Open and close MySQL in the terminal:
sudo /Library/StartupItems/MySQLCOM/MYSQLCOM [start | stop | restart]
But there is
in our installation packageMySQL_StartupItem.pkg
MySQL.prefPane
After installation, there will be mysql in the system preferences...
ps: Supplement the above alias method. If you execute it as above, then closing the terminal and reopening it will have no effect. If you want long-term effects, you need to modify the file and let the terminal load it when it starts.
Input in terminal: cd ~
vim ./bash_profile
This file has been modified if the android development environment has been configured. We add 2 lines
alias mysql=/usr/local/mysql/bin/mysql
alias mysqladmin=/usr/local/mysql/bin/mysqladmin
Save and exit, restart the terminal or open a new window
alias command: Set command alias
alias: usage: alias [-p] [name[=value] ... ]
1. Grammar
alias [parameter][command alias]=[original command name]
2. Function introduction
This command is mainly used to define a new alias for the original command to facilitate writing or memory.
3. Parameter description
Parameter Function Description
-p
Send an existing command alias to the standard output device
[command alias]=[original command name]
Define a command alias, even if you use "alias" instead of "original command name", the actual command used in the end is still the original command
4. Example
4.1 Set command alias
Under ubuntu, we will often use the command
ll
instead of command
ls -al
But there is no such command in mac. So we used alias to implement this function, and added other parameters to make it more convenient for us to use. Execute command
<span>#</span><span> 为了方便看文件或者目录的大小,加多一个参数h</span><span> #</span><span> 参数说明:</span><span> #</span><span> a-显示隐藏文件</span><span> #</span><span> l-显示文件的详细信息</span><span> #</span><span> h-以适合的单位进行文件或者目录大小的显示</span> alias ll='ls -alh'
After the command is executed, we execute ll once to try. The console output is as follows:
kevin@uc:~/Downloads/<span>mac$ ll total 173M drwxrwxr</span>-x 2 kevin kevin 4.0K 9月 25 16:20 .<span> drwxr</span>-xr-x 8 kevin kevin 4.0K 9月 29 13:59 .. -rw-rw-r-- 1 kevin kevin 150M 9月 25 16:20 Navicat Premium <span>for</span> Mac 11.0.20 中文版.<span>dmg </span>-rw-rw-r-- 1 kevin kevin 26 9月 25 16:20 Navicat Premium <span>for</span> Mac 11.0.20 中文版.dmg:Zone.<span>Identifier </span>-rw-rw-r-- 1 kevin kevin 12M 9月 3 10:35 synergy-1.5.1-r2398-MacOSX108-x86_64.<span>dmg </span>-rw-rw-r-- 1 kevin kevin 12M 9月 3 10:36 synergy-1.5.1-r2398-MacOSX109-x86_64.dmg
4.2 Display the existing command alias list
alias -p
The console will output the following results:
kevin@uc:~$ alias -p
alias ll='ls -alh'
5. Experience skills
Use this command to simplify some long commands.
When using this command, the user must use single quotes ' ' to surround the original command to prevent special characters from causing errors.
The effect of this command is limited to the login operation. If you want to be able to use these command aliases every time you log in, you can store the corresponding alias commands in the bash initialization file "~/.bash_profile".
6. View the original command of the command alias
To get the original command of the command alias, you can use the command "type" to achieve it, enter the following command:
type ll #Display the original command of the command alias
The console will output:
ll is aliased to `ls -alh'

ip与mac绑定是指将特定的IP地址与特定的MAC地址关联起来,使得只有使用该MAC地址的设备才能够使用该IP地址进行网络通信。ip与mac绑定可以防止被绑定的主机的IP地址不被假冒,前提条件:1、MAC地址是唯一的,并且不可假冒;只能绑定与路由器直接相连的网络上的主机(也就是主机的网关在路由器上)。

mac版下载的意思是当软件在选择安装时,选择MAC版下载;Windows版和MAC版是两个不同的操作系统,所以大多数软件在选择安装的同时需要选择Windows版还是MAC版。

mac鼠标滚轮相反的解决办法:1、打开mac电脑,点击屏幕的苹果标志,然后选择“系统偏好设置”;2、在“系统偏好设置”窗口中,选择“鼠标”;3、在“鼠标”窗口中,将“滚动方向:自然”前面的勾去掉即可。

修复 SMB 文件共享在 MacOS Ventura 中不起作用的问题从 Apple 菜单打开 Mac 上的“系统设置”应用程序转到“常规”,然后转到“共享”找到“文件共享”的开关并将其关闭通过转到 Apple 菜单并选择重新启动来重新启动 Mac重新启动后,返回共享系统设置面板并将“文件共享”重新设置为打开位置像往常一样恢复文件共享,它应该按预期工作如果 MacOS Ventura Mac 与另一台 Mac 或设备之间的文件共享突然再次停止工作,您可能需要在几天后或随机重复此过程。

显示器关闭时如何防止 Mac 休眠如果您希望 Mac 显示器能够在整个计算机不进入睡眠状态的情况下关闭,请在此处进行适当的设置调整:下拉 Apple 菜单并转到“系统设置”转到“显示”点击“高级...”切换“防止显示器关闭时电源适配器自动休眠”的开关现在 Mac 显示屏可以关闭,同时防止 Mac 本身进入睡眠状态。这可能主要与 Mac 笔记本电脑用户相关,但即使是那些没有 MacBook 的用户也可能会发现该功能很有用。

mac克隆全称mac地址克隆,是固化在网卡上串行EEPROM中的物理地址,通常有48位长。mac克隆一般应用在路由器上,用户在用电脑直接拨号上网,后来又加了个路由器,通过路由器来实现多台电脑同时上网,这时要用到mac地址克隆了,就是把当前的电脑的mac地址克隆到路由器中去,因为运营商是把你的电脑mac地址绑定你的账号的,所以得克隆以后才能用。

mac的shift键是fn键上方、caps lock键下方的一个键,该键在键盘最左侧,由右下往上数第2个键;shift键是键盘中的上档转换键,可以通过“Ctrl+Shift”组合键来切换输入法。

mac解压rar的软件:1、The Unarchiver,是一款完全免费、小巧,而且非常易于使用的压缩、解压缩小工具;2、Keka,是一款免费、实用的压缩、解压缩工具,支持解压缩RAR格式的压缩包;3、360压缩大师,是一款免费的压缩、解压缩软件,完全支持RAR文件解压;4、MacZip,支持包括RAR在内的超过20种压缩格式的解压;5、BetterZip;6、FastZip。


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

EditPlus Chinese cracked version
Small size, syntax highlighting, does not support code prompt function

SublimeText3 Linux new version
SublimeText3 Linux latest version

ZendStudio 13.5.1 Mac
Powerful PHP integrated development environment

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 English version
Recommended: Win version, supports code prompts!
