zoukankan
html css js c++ java
cmd 进入mysql
从cmd中进入MySQL的命令界面
1.开始中找出运行:输入cmd
2.查找appserv所在盘,我的在D盘,所以接着输入:d:
3.在d盘中查找mysql所在目录:cd appservmysqlin
4.再输入主机名、数据库名、密码:mysql -h localhost -u root -p
5.最后输入数据库密码
查看全文
相关阅读:
Linux命令——getfacl、setfacl
Linux命令——groups
Linux命令——gdisk、fdisk、partprobe
Linux命令——parted
Linux命令——blkid
Linux命令——chattr、lsattr
Linux命令——od
Linux命令——basename、dirname
Linux命令——chgrp、chown、chmod
Linux命令——pidof
原文地址:https://www.cnblogs.com/xiaojiayu/p/5709872.html
最新文章
iniparser——C配置文件解析库
【问题】如何在Linux与Windows间共享文件
Gtest:源码解析
Gtest:死亡测试
Gtest:参数化
Gtest:事件
Gtest:Using visual studio 2017 cross platform feature to compile code remotely
WSL quick overview
《大象 Thinking in UML》读书笔记:软件开发——从现实世界到对象世界
《大象 Thinking in UML》读书笔记:Process-oriented vs. Object-oriented
热门文章
UML——从类图到C++
关于header file、static、inline、variable hides的一点感想
A quick introduction to Google test
Python基础——closure
Linux命令——uname
Bash基础——快捷键
Linux设备管理——sysfs、udev
Linux命令——mount、umount
LFS7.10——构建LFS系统
Linux命令——screen
Copyright © 2011-2022 走看看