- 1 XXB首页统计信息
- 2 消息中转服务器端的参数设置
- 3 客户端的版本更新
- 4 添加和维护用户和权限
- 5 添加和维护应用
- 6 喧喧APP的Android端推送功能
- 7 喧喧APP的Android端推送功能(6.1版本)
- 8 喧喧APP的iOS端推送功能
- 9 音视频服务端参数配置
- 10 SRS 音视频服务端参数配置
- 11 Jitsi 音视频服务端参数配置
- 12 群管理
- 13 Windows 一键包连接 MySQL 数据库
- 14 Linux 一键包连接MySQL数据库
- 15 XXD 使用 HTTPS 协议证书
- 16 Office 文档服务器参数配置
- 17 单点登录配置
- 18 使用 RoadRunner 启动 xxb 服务
Linux 一键包连接MySQL数据库
- 2021-11-10 13:17:19
- 丁永亮
- 5432
- 最后编辑:汤倩倩 于 2025-09-03 11:53:29
- 分享链接
喧喧 Linux 一键包内置 MySQL 数据库,可通过图形界面和命令行两种方式进行数据库访问及操作,具体步骤如下:
图形界面访问
-
执行命令
/opt/zbox/zbox start
启动喧喧集成运行环境。 -
待 Apache 和 mysql 启动后在浏览器中访问服务器地址,具体可参考 Windows 一键包连接 MySQL 数据库 中图形界面访问的相关步骤。
命令行访问
-
执行命令
/opt/zbox/zbox start
启动喧喧集成运行环境。 -
执行命令
/opt/zbox/bin/mysql -u root -p
并输入默认密码 123456连接数据库:$ /opt/zbox/bin/mysql -u root -p Enter password: ****** Welcome to the MariaDB monitor. Commands end with ; or \g. Your MariaDB connection id is 14 Server version: 10.5.5-MariaDB Source distribution Copyright (c) 2000, 2018, Oracle, MariaDB Corporation Ab and others. Type 'help;' or '\h' for help. Type '\c' to clear the current input statement. MariaDB [(none)]> show databases; +--------------------+ | Database | +--------------------+ | information_schema | | mysql | | performance_schema | | xxb | +--------------------+ 4 rows in set (0.00 sec)
发表评论



微信公众号

QQ群