首页 > 数据库 > MySQL > 正文

Mac下mysql 5.7.17 安装配置方法图文教程

2024-07-24 12:52:42
字体:
来源:转载
供稿:网友

一、下载MySQL

官网下载页面点击后进入如下页面

down1 

按图操作即可,接下来:

down2

二、安装和配置

安装按照步骤来即可。但是要记住最后的初始密码。

最后我们在电脑的系统偏好设置里面可以看见安装的MySQL

mysql1 
mysql1 

默认MySQL是启动的。

在打开之前我们需要在终端中配置一下。

PATH="$PATH":/usr/local/mysql/binmysql -u root -p#输入密码#Terminal显示#Welcome to the MySQL monitor. Commands end with ; or /g.Your MySQL connection id is 10Server version: 5.7.12Copyright (c) 2000, 2016, Oracle and/or its affiliates. All rights reserved.Oracle is a registered trademark of Oracle Corporation and/or itsaffiliates. Other names may be trademarks of their respectiveowners.Type 'help;' or '/h' for help. Type '/c' to clear the current input statement.mysql>SET PASSWORD = PASSWORD('new password');

操作完上面的就可以正常使用MySQL。
详细可以参考《Mac OS系统安装Mysql》 。

以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持错新站长站。

您可能感兴趣的文章:

Mac下安装mysql5.7 完整步骤(图文详解)Mac 安装和卸载 Mysql5.7.11 的方法mac系统OS X10.10版本安装最新5.7.9mysql的方法Mac OS10.11下mysql5.7.12 安装配置方法图文教程mysql 5.7.13 安装配置笔记(Mac os)MAC下Mysql5.7.10版本修改root密码的方法Mac下MySQL5.7忘记root密码的解决方法MAC下MYSQL5.7.17连接不上的问题及解决办法mac os10.12安装mysql5.7.18教程mysql5.7.20 安装配置方法图文教程(mac)
发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表