mysql 安装

安装地址,https://blog.csdn.net/weixin_53466908/article/details/125747218

备注:上述安装过程中 my.ini 文件需要放在安装目录,但是不是bin 目录,其中安装过程中

需要启动mysql:

net stop mysql;

net start mysql

常用命令:

mysql 安装:mysqld -install

mysql 卸载:mysqld --remove mysql

mysql data 初始化:mysqld --initialize-insecure --user=mysql

mysql 启停:

net stop mysql;

net start mysql

mysql登录 :

mysql -u root -p

相关推荐
身如柳絮随风扬19 小时前
MySQL核心知识
数据库·mysql
551只玄猫20 小时前
【数据库原理 实验报告1】创建和管理数据库
数据库·sql·学习·mysql·课程设计·实验报告·数据库原理
q54314708720 小时前
MySQL SQL100道基础练习题
数据库·mysql
zhoupenghui16820 小时前
mysql 中如果条件where中有or,则要求or两边的字段都必须有索引,否则不能用到索引, 为什么?
数据库·mysql·索引
eggwyw21 小时前
完美解决phpstudy安装后mysql无法启动
数据库·mysql
java修仙传1 天前
MySQL 事务隔离级别详解
数据库·mysql·oracle
Irissgwe1 天前
MySQL存储过程和触发器专题
数据库·mysql·oracle
skiy1 天前
MySQL Workbench菜单汉化为中文
android·数据库·mysql
创世宇图1 天前
Alibaba Cloud Linux 安装生产环境-mysql
linux·mysql
重庆小透明1 天前
【搞定面试之mysql】第一篇:mysql的优化和索引
mysql·面试·职场和发展