Loading...
权限grant all privileges on *.* to 'yangxin'@'%' identified by 'yangxin123456' with grant option;all privileges:表示将所有权限授予给用户。也可指定具体的权限,如:SELECT、CREATE、DROP等。 on:表示这些权限对哪些数据库和表生效,格式:数据库名.表名,这里写“*”表示所有...
威联通的container station可以直接用docker-compose进行安装运行以下指令把nextclud,mariadb,redis一起安装 nextcloud: image: linuxserver/nextcloud container_name: nextcloud environment: - UID=1000 - GI...
安装程序安装威联通的docker程序container-station可以到威联通官网下载,然后在威联通管理页面的app center的右上角选择手动安装创建容器安装完成后打开container-station选择创建,然后搜索jellyfin的包,这里我选择的是jellyfin/jellyfin这个包这个是官方的安装包,一般第一次下载完之后会直接进入创建,但是我们这里关闭到这里我们需要SS...
安装程序安装威联通的docker程序container-station可以到威联通官网下载,然后在威联通管理页面的app center的右上角选择手动安装下载并创建容器安装完成后打开container-station选择创建,然后搜索aria2的包,这里我选择的是superng6/aria2这个包因为这里面集成了一些需要的功能一般第一次下载完之后会直接进入创建,但是我们这里关闭,然后到下面镜...
前端页面搭建1、安装Node和Yarn首先安装Yarn,依次运行以下代码Ubuntu/Debian系统curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add - echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee ...