mysql8 window 免安装

CMD 必须是管理员权限

D:\Tube11\mysql-8.0.40-winx64\bin>mysqld remove mysql mysql8

The service doesn't exist!

D:\Tube11\mysql-8.0.40-winx64\bin>mysqld remove mysql8

Service successfully removed.

D:\Tube11\mysql-8.0.40-winx64\bin>mysqld --initialize --console

2024-11-02T03:44:43.999224Z 0 [System] [MY-013169] [Server] D:\Tube11\mysql-8.0.40-winx64\bin\mysqld.exe (mysqld 8.0.40) initializing of server in progress as process 52440

2024-11-02T03:44:44.017474Z 1 [System] [MY-013576] [InnoDB] InnoDB initialization has started.

2024-11-02T03:44:44.316534Z 1 [System] [MY-013577] [InnoDB] InnoDB initialization has ended.

2024-11-02T03:44:45.344908Z 6 [Note] [MY-010454] [Server] A temporary password is generated for root@localhost: 2qHn6a#W!e9h

D:\Tube11\mysql-8.0.40-winx64\bin>mysqld --install

Service successfully installed.

D:\Tube11\mysql-8.0.40-winx64\bin>net start mysql

MySQL 服务正在启动 .

MySQL 服务已经启动成功。

D:\Tube11\mysql-8.0.40-winx64\bin>mysql -u root -p

Enter password: ************

Welcome to the MySQL monitor. Commands end with ; or \g.

Your MySQL connection id is 8

Server version: 8.0.40

Copyright (c) 2000, 2024, Oracle and/or its affiliates.

Oracle is a registered trademark of Oracle Corporation and/or its

affiliates. Other names may be trademarks of their respective

owners.

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

登录后,必须马上重轩密码,不然不能用

mysql> ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY '123456';

Query OK, 0 rows affected (0.01 sec)

mysql> use mysql

Database changed

mysql>

相关推荐
李少兄几秒前
在 Linux 中精准查找名为 `xxx` 的文件或目录路径
android·linux·adb
高旭的旭13 分钟前
解决 Ubuntu使用 ADB 设备权限问题:no permissions (missing udev rules?)
linux·ubuntu·adb
r***99829 小时前
mysql9.0windows安装
windows·adb
z***026013 小时前
MySQL--》如何通过选择合适的存储引擎提高查询效率?
数据库·mysql·adb
3***g20516 小时前
SQLyog安装配置(注册码)连接MySQL
android·mysql·adb
Hui Baby16 小时前
mysql的自定义HINT语法-实战
数据库·mysql·adb
i***118618 小时前
MySQL-mysql zip安装包配置教程
android·mysql·adb
v***79419 小时前
mysql配置环境变量——(‘mysql‘ 不是内部或外部命令,也不是可运行的程序 或批处理文件解决办法)
数据库·mysql·adb
w***741720 小时前
MySQL压缩版安装详细图解
android·mysql·adb
k***459921 小时前
CentOS7安装Mysql5.7(ARM64架构)
adb·架构