当前位置:网站首页>Archlinux install MySQL
Archlinux install MySQL
2022-07-07 23:16:00 【JUSTfFUN】
explain
Official recommendation MariaDB To replace MySQL
The following is a ArckWiki original text :
Be careful : since 2013 From the year onwards ,MariaDB I was Arch Linux As the official default MySQL Realization [1].Oracle MySQL Has been moved to AUR, It is recommended that all users upgrade to MariaDB. See this announcement .
Links to this article : ArchWiki About MariaDB
install
sudo pacman -S mariadb
install mariadb After the package , You have to start mariadb.service Run the following command before :
sudo mariadb-install-db --user=mysql --basedir=/usr --datadir=/var/lib/mysql
sudo systemctl start mariadb.service( Use start perhaps enable mariadb.service)
To configure
The default password is empty
sudo mysql -p -u root
Add new user
The following is to create a password for ’some_pass’ Of ’monty’ Examples of users , And give mydb Full operation permission :
$ sudo mysql -u root -p
MariaDB> CREATE USER 'monty'@'localhost' IDENTIFIED BY 'some_pass';
MariaDB> GRANT ALL PRIVILEGES ON mydb.* TO 'monty'@'localhost';
MariaDB> FLUSH PRIVILEGES;
MariaDB> quit
Add users according to your own needs
Enable auto completion
MySQL The client auto completion function is disabled by default . To enable it throughout the system , edit /etc/my.cnf.d/mysql-clients.cnf, stay mysql Next add to auto-rehash. Be careful : Don't put auto-rehash Written in mysqld Next , Automatic completion will be enabled the next time the client starts .
边栏推荐
- Dynamics 365 查找字段过滤
- V20变频器手自动切换(就地远程切换)的具体方法示例
- Unity3D学习笔记4——创建Mesh高级接口
- Brush question 6
- I wish you all the best and the year of the tiger
- 智慧社区和智慧城市之间有什么异同
- Specific method example of V20 frequency converter manual automatic switching (local remote switching)
- 云原生数据仓库AnalyticDB MySQL版用户手册
- 网络安全-对操作系统进行信息查询
- 系统架构设计师备考经验分享:论文出题方向
猜你喜欢
微信论坛交流小程序系统毕业设计毕设(7)中期检查报告
【编译原理】词法分析设计实现
Wechat forum exchange applet system graduation design completion (7) Interim inspection report
Adults have only one main job, but they have to pay a price. I was persuaded to step back by personnel, and I cried all night
Inftnews | web5 vs Web3: the future is a process, not a destination
Transform XL translation
[record of question brushing] 3 Longest substring without duplicate characters
STL标准模板库(Standard Template Library)一周学习总结
iNFTnews | NFT技术的广泛应用及其存在的问题
2021ICPC上海 H.Life is a Game Kruskal重构树
随机推荐
2021-01-12
十四、数据库的导出和导入的两种方法
opencv scalar传入三个参数只能显示黑白灰问题解决
648. 单词替换
ArcGIS:字段赋值_属性表字段计算器(Field Calculator)依据条件为字段赋值
Network security - Eternal Blue
网络安全-永恒之蓝
Specific method example of V20 frequency converter manual automatic switching (local remote switching)
Talk about DART's null safety feature
Redhat下安装fedora
Unity3D学习笔记5——创建子Mesh
turbo intruder常用脚本
Dynamics 365 查找字段过滤
php 使用阿里云存储
Unity3D学习笔记4——创建Mesh高级接口
Use JfreeChart to generate curves, histograms, pie charts, and distribution charts and display them to JSP-1
[record of question brushing] 3 Longest substring without duplicate characters
每日一题——PAT乙级1002题
聊聊 Dart 的空安全 (null safety) 特性
2022 words for yourself