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

Mysql数据库简单操作_MySQL

WBOY
Release: 2016-06-01 13:12:22
Original
1042 people have browsed it

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";       
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template