当前位置:网站首页>Construction of simple database learning environment
Construction of simple database learning environment
2022-07-03 09:20:00 【fishfuck】
List of articles
This blog mainly introduces Windows How to build a simple database learning environment , It mainly refers to 【 MySQL Database environment installation tutorial 】
Database installation
Because it's just a simple learning environment , We use... Directly phpstudy The suite of
Download and install directly
After installation, open the small software , Start database service
You can view the established database in the side menu
When we use the database, open the small software and start the service
After connecting to the service, we can use the command line to operate the database
Pay attention first cd To the database bin Directory or will bin Directory added to environment variable ( The addition method will not be repeated here , Specific reference This blog )
pycharm Connect to database
Although it can be used cmd To manipulate the database , And most functions can be realized , But I decided to use pycharm To learn database .
Start by opening pycharm, Click the data source on the right , Click New , Connect to the database . You can see ,pycharm Support many kinds of databases . We choose MySQL.
Set the host to local , Enter your username and password , First test whether the connection is successful ( If the prompt driver is not installed , Can be installed ), Successfully click on the application .
If everything goes well, the learning environment will be set up now , So let's test that out
You can see , The database connection has been successful .
边栏推荐
- 【点云处理之论文狂读经典版14】—— Dynamic Graph CNN for Learning on Point Clouds
- LeetCode 535. TinyURL 的加密与解密
- Problems in the implementation of lenet
- [point cloud processing paper crazy reading classic version 11] - mining point cloud local structures by kernel correlation and graph pooling
- Go language - JSON processing
- Education informatization has stepped into 2.0. How can jnpf help teachers reduce their burden and improve efficiency?
- Solve POM in idea Comment top line problem in XML file
- [point cloud processing paper crazy reading classic version 12] - foldingnet: point cloud auto encoder via deep grid deformation
- [advanced feature learning on point clouds using multi resolution features and learning]
- The difference between if -n and -z in shell
猜你喜欢
Temper cattle ranking problem
【点云处理之论文狂读经典版12】—— FoldingNet: Point Cloud Auto-encoder via Deep Grid Deformation
LeetCode 438. 找到字符串中所有字母异位词
Wonderful review | i/o extended 2022 activity dry goods sharing
【点云处理之论文狂读经典版7】—— Dynamic Edge-Conditioned Filters in Convolutional Neural Networks on Graphs
精彩回顾|I/O Extended 2022 活动干货分享
我們有個共同的名字,XX工
Digital statistics DP acwing 338 Counting problem
AcWing 785. Quick sort (template)
2022-2-13 learn the imitation Niuke project - Project debugging skills
随机推荐
In the digital transformation, what problems will occur in enterprise equipment management? Jnpf may be the "optimal solution"
On February 14, 2022, learn the imitation Niuke project - develop the registration function
Use the interface colmap interface of openmvs to generate the pose file required by openmvs mvs
LeetCode 324. Swing sort II
Temper cattle ranking problem
IDEA 中使用 Hudi
一个优秀速开发框架是什么样的?
[untitled] use of cmake
【点云处理之论文狂读前沿版8】—— Pointview-GCN: 3D Shape Classification With Multi-View Point Clouds
【点云处理之论文狂读经典版8】—— O-CNN: Octree-based Convolutional Neural Networks for 3D Shape Analysis
【Kotlin疑惑】在Kotlin类中重载一个算术运算符,并把该运算符声明为扩展函数会发生什么?
What is an excellent fast development framework like?
【Kotlin学习】类、对象和接口——带非默认构造方法或属性的类、数据类和类委托、object关键字
[point cloud processing paper crazy reading classic version 12] - foldingnet: point cloud auto encoder via deep grid deformation
Methods of using arrays as function parameters in shell
【点云处理之论文狂读经典版12】—— FoldingNet: Point Cloud Auto-encoder via Deep Grid Deformation
Linxu learning (4) -- Yum and apt commands
教育信息化步入2.0,看看JNPF如何帮助教师减负,提高效率?
Principles of computer composition - cache, connection mapping, learning experience
Vscode编辑器右键没有Open In Default Browser选项