Home >Database >Mysql Tutorial >Mysql数据库简单操作_MySQL

Mysql数据库简单操作_MySQL

WBOY
WBOYOriginal
2016-06-01 13:12:221040browse

in windows:

1.启动服务 net start mysql2.关闭服务 net stop mysql3.本登录 mysql -uroot -p4.远程登录 mysql -uuser -hhost -p5.选择数据库 use database;6.修改密码 mysqladmin -u root -p password "new password";       
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn