Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Note the use of mysql in linux, and windows

2025-04-05 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

Shulou(Shulou.com)06/01 Report--

MariaDB [mysql]> show databases;//Note that semicolons are required for execution.

DESC [db_name] tb_name View table structure

use db_name to enter this database

show tables Shows all the tables in this library.

select User,Password,Host from mysql.user //Note these commas and dots

Start mysql in windows,

After configuring global variables, you can use net start mysql

Use the command mysql -u root -p

My computer password is set to 123456.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Database

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report