在樹莓派上安裝mysql/MariaDB
MariaDB是MySQL的一個分支,由開源社群在維護。開發這個分支的原因是:甲骨文公司收購了MySQL後,有將MySQL閉源的潛在風險,因此社群採用分支的方式來避開這個風險。MariaDB的目的是完全相容MySQL,能輕鬆成為MySQL的代替品。
在樹莓派上安裝mysql, 結果預設安裝的是maria db(當然, 究竟是mysql還是maria db, 這個樹莓派裝的系統有關), 樹莓派真會擁抱開源啊。 呵呵噠, 來看看安裝:
sudo apt-get update #更新軟體庫
sudo apt-get install mysql-server #安裝mysql,期間如果要求輸入密碼, 那就輸入吧.
sudo mysql -u root -p #登入mysql檢視是否安裝成功
登入後, 是這樣的(我發現,空密碼也可以登入):
pi@raspberrypi:~/taoge $ sudo mysql -u root -p
Enter password:
Welcome to the MariaDB monitor. Commands end with ; or \g.
Your MariaDB connection id is 16
Server version: 10.1.23-MariaDB-9+deb9u1 Raspbian 9.0
Copyright (c) 2000, 2017, Oracle, MariaDB Corporation Ab and others.
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
MariaDB [(none)]>
MariaDB [(none)]>
MariaDB [(none)]>
MariaDB [(none)]> show databases;
+--------------------+
| Database |
+--------------------+
| information_schema |
| mysql |
| performance_schema |
+--------------------+
3 rows in set (0.00 sec)
MariaDB [(none)]> use mysql;
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A
Database changed
MariaDB [mysql]> show tables;
+---------------------------+
| Tables_in_mysql |
+---------------------------+
| column_stats |
| columns_priv |
| db |
| event |
| func |
| general_log |
| gtid_slave_pos |
| help_category |
| help_keyword |
| help_relation |
| help_topic |
| host |
| index_stats |
| innodb_index_stats |
| innodb_table_stats |
| plugin |
| proc |
| procs_priv |
| proxies_priv |
| roles_mapping |
| servers |
| slow_log |
| table_stats |
| tables_priv |
| time_zone |
| time_zone_leap_second |
| time_zone_name |
| time_zone_transition |
| time_zone_transition_type |
| user |
+---------------------------+
30 rows in set (0.00 sec)
MariaDB [mysql]>
不多說。
相關文章
- 在樹莓派上安裝 Ubuntu MATE樹莓派Ubuntu
- 樹莓派上安裝php樹莓派PHP
- 在樹莓派上編譯安裝golang環境樹莓派編譯Golang
- 關於在windows,ubuntu,樹莓派上安裝使用opencvWindowsUbuntu樹莓派OpenCV
- 在樹莓派上安裝go環境很簡單樹莓派Go
- 在樹莓派上安裝c++版本的opencv並執行樹莓派C++OpenCV
- 樹莓派上安裝USB網路攝像頭樹莓派
- 在樹莓派上執行 DOS 系統樹莓派
- 樹莓派上安裝2.8寸TFT觸控式螢幕樹莓派
- 在樹莓派上搭建智慧家居閘道器樹莓派
- OpenYurt 入門 - 在樹莓派上玩轉 OpenYurt樹莓派
- 樹莓派上配置伺服器樹莓派伺服器
- 樹莓派使用入門:在樹莓派上使用 Mathematica 進行高階數學運算樹莓派
- 在樹莓派上部署yolo模型推理並使用onnx加速樹莓派YOLO模型
- 樹莓派開發筆記(十六):樹莓派4B+安裝mariadb資料庫(mysql開源分支)並測試基本操作樹莓派筆記資料庫MySql
- 在樹莓派上設定家庭網路的家長控制功能樹莓派
- 樹莓派+tomcat+mysql安裝及配置樹莓派TomcatMySql
- 如何在樹莓派上部署Kubernetes樹莓派
- 樹莓派上使用Slowloris進行DDoS攻擊樹莓派
- 樹莓派上使用螞蟻礦機挖礦樹莓派
- 樹莓派安裝nodejs樹莓派NodeJS
- 樹莓派系統安裝教程樹莓派
- 樹莓派opencv的安裝樹莓派OpenCV
- 如何在樹莓派上執行雷神之錘III樹莓派
- [譯] 如何輕鬆地在樹莓派上使用深度學習檢測物件樹莓派深度學習物件
- 樹莓派安裝QT5樹莓派QT
- 樹莓派安裝 vscode樹莓派VSCode
- 樹莓派之安裝webserver(LEMP)樹莓派WebServer
- 在Ubuntu上安裝MariaDBUbuntu
- 超強教程!在樹莓派上構建多節點K8S叢集!樹莓派K8S
- 在樹莓派上開發SpringBoot 之使用VSCode遠端開發樹莓派Spring BootVSCode
- 教你如何在樹莓派上搭建語音識別服務樹莓派
- 樹莓派上利用Tensorflow實現小車的自動駕駛樹莓派自動駕駛
- 樹莓派上使用DHCPig進行DHCP池耗盡攻擊樹莓派
- 樹莓派開發筆記(十五):樹莓派4B+從原始碼編譯安裝mysql資料庫樹莓派筆記原始碼編譯MySql資料庫
- 樹莓派安裝 ArchlinuxARM(aarch64)樹莓派Linux
- 樹莓派:設定與軟體安裝樹莓派
- 亞馬遜詳解如何使用MXNet在樹莓派上搭建實時目標識別系統亞馬遜樹莓派