当前位置:Gxlcms > 数据库问题 > MySQL数据库软件

MySQL数据库软件

时间:2021-07-01 10:21:17 帮助过:3人阅读


MySQL服务启动

  1. 手动。
  2. cmd--> services.msc 打开服务的窗口
  3. 使用管理员打开cmd
net start mysql :启动mysql的服务
net stop mysql :关闭mysql的服务

MySQL登陆

1.mysql -uroot -p密码
2.mysql -hip -uroot -p 连目标的密码
3.mysql --host=ip --user=root --password=连接目标的密码

MySQL退出

1.exit
2.quit

MySQL目录结构
  1.MySQL安装目录
     配置文件 my.ini
  2.MySQL数据目录
      几个概念

    1. 数据库:文件夹
    2. 表:文件
    3. 数据:数据

MySQL数据库软件

标签:strong   net   mysql数据库   文件夹   mysql配置   卸载   ice   ini   管理   

人气教程排行