返回介绍

数据源资源

发布于 2021-09-25 22:17:12 字数 2026 浏览 883 评论 4 收藏 0

定义

SHOW RESOURCES [FROM schemaName]  

说明

说明
name数据源名称
type数据源类型
host数据源地址
port数据源端口
db数据库名称
attribute数据源参数

示例

mysql> show resources;
+------+-------+-----------+------+------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| name | type  | host      | port | db   | attribute                                                                                                                                                                                           |
+------+-------+-----------+------+------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| ds_0 | MySQL | 127.0.0.1 | 3306 | ds_0 | {"minPoolSize":1,"connectionTimeoutMilliseconds":30000,"maxLifetimeMilliseconds":1800000,"readOnly":false,"idleTimeoutMilliseconds":60000,"maxPoolSize":50} |
| ds_1 | MySQL | 127.0.0.1 | 3306 | ds_1 | {"minPoolSize":1,"connectionTimeoutMilliseconds":30000,"maxLifetimeMilliseconds":1800000,"readOnly":false,"idleTimeoutMilliseconds":60000,"maxPoolSize":50} |
+------+-------+-----------+------+------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2 rows in set (0.84 sec)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

JSmiles 回复 g红火 2022-11-15 09:21:00

你是在哪儿执行这条语句?MySQL 里面???

g红火 回复 g红火 2022-11-15 09:15:33

为何没人回复,告诉我原因好不?

g红火 2022-11-04 09:26:42

root@172.16.13.150 09:25: [by_db]>show resources;
ERROR 12000 (42000): You have an error in your SQL syntax: show resources, no viable alternative at input 'showresources' at line 1, position 5, near [@1,5:13='resources',<808>,1:5]
root@172.16.13.150 09:25: [by_db]>system pwd
/root/apache-shardingsphere-5.2.1-shardingsphere-proxy-bin
root@172.16.13.150 09:26: [by_db]>show tables;
+-----------------+------------+
| Tables_in_by_db | Table_type |
+-----------------+------------+
| sbtest10 | BASE TABLE |
| sbtest9 | BASE TABLE |
| sbtest2 | BASE TABLE |
| sbtest1 | BASE TABLE |
| sbtest4 | BASE TABLE |
| sbtest3 | BASE TABLE |
| sbtest6 | BASE TABLE |
| sbtest5 | BASE TABLE |
| sbtest8 | BASE TABLE |
| sbtest7 | BASE TABLE |
+-----------------+------------+

g红火 2022-11-04 09:25:51

请问一下,我用的是5.2.1版本的sharding proxy 为何用这个命令show resources;报语法错误?

~没有更多了~
    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文