In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-17 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >
Share
Shulou(Shulou.com)06/01 Report--
In this issue, Xiaobian will bring you about how to use mysql database. The article is rich in content and analyzed and described from a professional perspective. After reading this article, I hope you can gain something.
How to use MySQL database
1. Start MySQL Server and run it under DOS: d:/mysql/bin/mysqld
2. Enter mysql and run it under DOS: d:/mysql/bin/mysql -u root -p
3. Create database: mysql> CREATE DATABASE abccs;
abccs: name of database to be created
2. Query database: mysql> show databases;
3. Enter database: mysql> use student;
student: database name
4. mysql> show tables;
MySQL is a relational database management system, developed by MySQL AB in Sweden, which belongs to Oracle's products. MySQL is one of the most popular relational database management systems, and in terms of WEB applications, MySQL is one of the best RDBMS (Relational Database Management System) applications. MySQL is a relational database management system that stores data in different tables rather than storing all data in one large repository, which increases speed and flexibility.
The above is how to use the mysql database shared by Xiaobian for everyone. If you happen to have similar doubts, you may wish to refer to the above analysis for understanding. If you want to know more about it, please pay attention to the industry information channel.
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.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.