当前位置:网站首页>Installing MySQL on Ubuntu
Installing MySQL on Ubuntu
2022-06-26 23:13:00 【Two leisurely walks】
ubuntu Installation on mysql It's very simple. It can be done with just a few commands .
1. sudo apt-get install mysql-server
2. apt-get isntall mysql-client
3. sudo apt-get install libmysqlclient-dev
Setup password will be prompted during installation , Please enter the login password when starting the machine , After the installation is complete, you can use the following command to check if the installation was successful :
sudo netstat -tap | grep mysql
After checking through the above command , If you see any mysql Of socket be in listen The status indicates that the installation was successful .
land mysql The database can be accessed through the following command :
mysql -u root -p
-u Represents the user name selected to log in , -p Represents the login user password , The above command will prompt you for a password , Enter your password to log in mysql.
边栏推荐
- 有哪些劵商推荐?现在在线开户安全么?
- C语言:简单计算器多次使用代码实现
- 电子协会 C语言 1级 31 、 计算线段长度
- nmap参数详解
- Electronic Society C language level 1 29, alignment output
- 分享三种在Excel表格中自动求和的方法
- Bs-gx-016 implementation of textbook management system based on SSM
- leetcode - 买卖股票的最佳时机
- Weaving dream collection plug-ins are recommended to be free collection plug-ins
- [mixed programming JNI] Part 7: JNI command lines
猜你喜欢

Leetcode (452) - detonate the balloon with the minimum number of arrows

Pass note 【 dynamic planning 】

Unity4.6 Download

Yolov6: the fast and accurate target detection framework is open source

阿里云服务器的购买、基本配置、(xshell)远程连接、搭建环境

WordPress collection plug-ins are recommended to be free collection plug-ins

论文解读(LG2AR)《Learning Graph Augmentations to Learn Graph Representations》

Data governance does everything

Unityeditor Editor Extension - table function

【老卫搞机】090期:键盘?主机?全功能键盘主机!
随机推荐
【LeetCode】1984. Minimum difference between highest and lowest of K scores
Common configuration of jupyterlab
npm 命令提示Error: EACCES: permission denied
Système de distribution Unity Composants en tissu (y compris les dépendances d'appel dynamique)
Unity: the referenced script (unknown) on this behavior is missing“
Microservices, an important part of cloud native architecture
Which securities company is the most convenient, safe and reliable for opening an account
Smartbi gives you a piece to play with Boston matrix
leetcode 1143. Longest Commom Subsequence 最长公共子序列(中等)
电子协会 C语言 1级 31 、 计算线段长度
Wechat applet is authorized to log in wx getUserProfile
股票开户有哪些优惠活动?手机开户安全么?
数据清洗工具flashtext,效率直接提升了几十倍数
[mixed programming JNI] Part 12 jnaerator
美术向的Unity动画知识
简述unity的模型动画功能
【混合编程jni 】第十一篇之JNA详情
Word chess based on heuristic search
[710. random numbers in the blacklist]
BS-GX-016基于SSM实现教材管理系统