使用示例
更新時間:
本文主要介紹如何使用阿里云數(shù)據(jù)庫文件存儲服務(wù)DBFS。
權(quán)限要求
讀操作:root用戶、普通用戶均支持讀操作。
寫操作:僅root用戶支持進(jìn)行寫操作。
場景示例
以下代碼示例展示了在DBFS中創(chuàng)建文件、刪除文件等基礎(chǔ)操作。
[root@iZbp156ycm6s06xj******* ~]# df -h
文件系統(tǒng) 容量 已用 可用 已用% 掛載點(diǎn)
devtmpfs 16G 0 16G 0% /dev
tmpfs 16G 288K 16G 1% /dev/shm
dbfs_server 100G 46M 100G 1% /mnt/dbfs/hgsrb6i8****/dbfs-ytr9rtr9tgvwyrv*******
[root@iZbp156ycm6s06xj******* ~]# cd /mnt/dbfs/hgsrb6i8ebd4/dbfs-ytr9rtr9tgvwyrv*******
[root@iZbp156ycm6s06xj******* dbfs-ytr9rtr9tgvwyrv*******]# echo "dbfs test" >> test.txt
[root@iZbp156ycm6s06xj******* dbfs-ytr9rtr9tgvwyrv*******]# cat test.txt
dbfs test
[root@iZbp156ycm6s06xj******* dbfs-ytr9rtr9tgvwyrv*******]# cp /etc/fstab ./
[root@iZbp156ycm6s06xj******* dbfs-ytr9rtr9tgvwyrv*******]# touch a.txt
[root@iZbp156ycm6s06xj******* dbfs-ytr9rtr9tgvwyrv*******]# ls -lrt
總用量 2048
-rw-r--r-- 1 root root 10 2月 13 10:56 test.txt
-rw-r--r-- 1 root root 313 2月 13 10:57 fstab
-rw-r--r-- 1 root root 0 2月 13 10:57 a.txt
[root@iZbp156ycm6s06xj******* dbfs-ytr9rtr9tgvwyrv*******]# rm a.txt
rm:是否刪除普通空文件 "a.txt"?y
[root@iZbp156ycm6s06xj******* dbfs-ytr9rtr9tgvwyrv*******]# ls -lrt
總用量 2048
-rw-r--r-- 1 root root 10 2月 13 10:56 test.txt
-rw-r--r-- 1 root root 313 2月 13 10:57 fstab
# 跟ext4使用一樣,啟動MySQL數(shù)據(jù)庫。(MySQL數(shù)據(jù)庫安裝可以參考文檔MySQL存儲計算分離實(shí)踐)
# MySQL二進(jìn)制位于DBFS服務(wù)目錄中。
/mnt/dbfs/hgsrb6i8****/dbfs-ytr9rtr9tgvwyrv*******/mysql-5.7.26/bin/mysqld --defaults-file=/mnt/dbfs/hgsrb6i8****/dbfs-ytr9rtr9tgvwyrv*******/my.cnf --user=root &
文檔內(nèi)容是否對您有幫助?