message from server: "Host 'DESKTOP-U79FCE6' is not allowed to connect to this MySQL server"

连完公司的数据库,想偷懒直接改成自己本机网关后的一位,

报这个错误是因为我连接数据库用的是自己本机的ip 192.168.xx.xx,

打开mysql控制台发现 没有这个用户

所以改成 127.0.0.1 或者localhost就好了

我把日志级别改成了debug,首先权限,命令都是无问题,权限给的最高,命令我手动ssh登录控制台都可正常显示,也会报错,但是这个程序命令执行在交换机后台日志看只正确了执行quit这条命令,其余都未执行,程序日志如下:2025-07-15 14:21:27,593 - DEBUG - read_channel: 2025-07-15 14:21:29,594 - DEBUG - read_channel: 2025-07-15 14:21:29,594 - DEBUG - write_channel: b&#39;quit\n&#39; 2025-07-15 14:21:29,594 - DEBUG - EOF in transport thread 2025-07-15 14:21:29,595 - INFO - 172.17.201.28 是已知汇聚交换机,作为最终设备 2025-07-15 14:21:29,608 - DEBUG - starting thread (client mode): 0x7a64f2f0 2025-07-15 14:21:29,608 - DEBUG - Local version/idstring: SSH-2.0-paramiko_3.5.1 2025-07-15 14:21:29,609 - DEBUG - Remote version/idstring: SSH-1.99-Comware-5.20 2025-07-15 14:21:29,609 - INFO - Connected (version 1.99, client Comware-5.20) 2025-07-15 14:21:29,631 - DEBUG - === Key exchange possibilities === 2025-07-15 14:21:29,631 - DEBUG - kex algos: diffie-hellman-group-exchange-sha1, diffie-hellman-group14-sha1, diffie-hellman-group1-sha1 2025-07-15 14:21:29,631 - DEBUG - server key: ssh-rsa 2025-07-15 14:21:29,631 - DEBUG - client encrypt: aes128-cbc, 3des-cbc, des-cbc 2025-07-15 14:21:29,631 - DEBUG - server encrypt: aes128-cbc, 3des-cbc, des-cbc 2025-07-15 14:21:29,631 - DEBUG - client mac: hmac-sha1, hmac-sha1-96, hmac-md5, hmac-md5-96 2025-07-15 14:21:29,631 - DEBUG - server mac: hmac-sha1, hmac-sha1-96, hmac-md5, hmac-md5-96 2025-07-15 14:21:29,631 - DEBUG - client compress: none 2025-07-15 14:21:29,631 - DEBUG - server compress: none 2025-07-15 14:21:29,631 - DEBUG - client lang: <none> 2025-07-15 14:21:29,631 - DEBUG - server lang: <none> 2025-07-15 14:21:29,631 - DEBUG - kex follows: False 2025-07-15 14:21:29,631 - DEBUG - === Key exchange agreements === 2025-07-15 14:21:29,631 - DEBUG - Kex: diffie-hellman-group-exchange-sha1 2025-07-15 14:21:29,631 - DEBUG - HostKey: ssh-rsa 2025-07-15 14:21:29,631 - DEBUG - Cipher: aes128-cbc 2025-07-15 14:21:29,631 - DEBUG - MAC: hmac-sha1 2025-07-15 14:21:29,632 - DEBUG - Compression: none 2025-07-15 14:21:29,632 - DEBUG - === End of kex handshake === 2025-07-15 14:21:29,655 - DEBUG - Got server p (2048 bits) 2025-07-15 14:21:30,462 - DEBUG - kex engine KexGex specified hash_algo <built-in function openssl_sha1> 2025-07-15 14:21:30,462 - DEBUG - Switch to new keys ... 2025-07-15 14:21:30,463 - DEBUG - Adding ssh-rsa host key for 172.17.201.28: b&#39;5e3ca5910d7cce29466ca9634fce6a23&#39; 2025-07-15 14:21:30,486 - DEBUG - userauth is OK 2025-07-15 14:21:30,506 - INFO - Authentication (password) successful! 2025-07-15 14:21:30,507 - DEBUG - [chan 0] Max packet in: 32768 bytes 2025-07-15 14:21:30,528 - DEBUG - [chan 0] Max packet out: 32496 bytes 2025-07-15 14:21:30,528 - DEBUG - Secsh channel 0 opened. 2025-07-15 14:21:30,532 - DEBUG - [chan 0] Sesch channel 0 request ok 2025-07-15 14:21:30,536 - DEBUG - [chan 0] Sesch channel 0 request ok 2025-07-15 14:21:30,536 - DEBUG - write_channel: b&#39;\n&#39; 2025-07-15 14:21:30,638 - DEBUG - read_channel: ****************************************************************************** * Copyright (c) 2004-2013 Hangzhou H3C Tech. Co., Ltd. All rights reserved. * * Without the owner&#39;s prior written consent, * * no decompiling or reverse-engineering shall be allowed. * ****************************************************************************** <CDSL_SW201.28_LBG> 2025-07-15 14:21:30,638 - DEBUG - Pattern found: (to continue|[>\]]) ****************************************************************************** * Copyright (c) 2004-2013 Hangzhou H3C Tech. Co., Ltd. All rights reserved. * * Without the owner&#39;s prior written consent, * * no decompiling or reverse-engineering shall be allowed. * ****************************************************************************** <CDSL_SW201.28_LBG> 2025-07-15 14:21:30,939 - DEBUG - read_channel: <CDSL_SW201.28_LBG> 2025-07-15 14:21:30,939 - DEBUG - Clear buffer detects data in the channel 2025-07-15 14:21:31,540 - DEBUG - read_channel: 2025-07-15 14:21:31,540 - DEBUG - write_channel: b&#39;\n&#39; 2025-07-15 14:21:31,540 - DEBUG - read_channel: 2025-07-15 14:21:31,551 - DEBUG - read_channel: <CDSL_SW201.28_LBG> 2025-07-15 14:21:31,551 - DEBUG - Parenthesis found in pattern. pattern: (>|\]) This can be problemtic when used in read_until_pattern(). You should ensure that you use either non-capture groups i.e. &#39;(?:&#39; or that the parenthesis completely wrap the pattern &#39;(pattern)&#39; 2025-07-15 14:21:31,551 - DEBUG - Pattern found: (>|\]) <CDSL_SW201.28_LBG> 2025-07-15 14:21:31,852 - DEBUG - read_channel: 2025-07-15 14:21:31,852 - DEBUG - [find_prompt()]: prompt is <CDSL_SW201.28_LBG> 2025-07-15 14:21:31,852 - DEBUG - In disable_paging 2025-07-15 14:21:31,852 - DEBUG - Command: screen-length disable 2025-07-15 14:21:31,852 - DEBUG - write_channel: b&#39;screen-length disable\n&#39; 2025-07-15 14:21:31,852 - DEBUG - read_channel: 2025-07-15 14:21:31,863 - DEBUG - read_channel: s 2025-07-15 14:21:31,874 - DEBUG - read_channel: 2025-07-15 14:21:31,885 - DEBUG - read_channel: creen-length disable 2025-07-15 14:21:31,896 - DEBUG - read_channel: 2025-07-15 14:21:31,907 - DEBUG - read_channel: ^ % Unrecognized command found at &#39;^&#39; position. <CDSL_SW201.28_LBG> 2025-07-15 14:21:31,907 - DEBUG - Pattern found: (CDSL_SW201\.28_LBG) screen-length disable ^ % Unrecognized command found at &#39;^&#39; position. <CDSL_SW201.28_LBG 2025-07-15 14:21:31,907 - DEBUG - screen-length disable ^ % Unrecognized command found at &#39;^&#39; position. <CDSL_SW201.28_LBG 2025-07-15 14:21:31,907 - DEBUG - Exiting disable_paging 2025-07-15 14:21:31,907 - INFO - 成功连接 172.17.201.28 2025-07-15 14:21:31,907 - DEBUG - write_channel: b&#39;screen-length disable\n&#39; 2025-07-15 14:21:32,008 - DEBUG - read_channel: screen-length disable ^ % Unrecognized command found at &#39;^&#39; position. <CDSL_SW201.28_LBG> 2025-07-15 14:21:32,108 - DEBUG - read_channel: 2025-07-15 14:21:34,109 - DEBUG - read_channel: 2025-07-15 14:21:34,610 - DEBUG - write_channel: b&#39;system-view\n&#39; 2025-07-15 14:21:34,711 - DEBUG - read_channel: system-view ^ % Unrecognized command found at &#39;^&#39; position. <CDSL_SW201.28_LBG> 2025-07-15 14:21:34,812 - DEBUG - read_channel: 2025-07-15 14:21:36,813 - DEBUG - read_channel: 2025-07-15 14:21:37,814 - INFO - 172.17.201.28 是 H3C V5 交换机,使用特殊绑定流程 2025-07-15 14:21:37,814 - DEBUG - write_channel: b&#39;display mac-address 6c0b-5e47-7f89\n&#39; 2025-07-15 14:21:37,915 - DEBUG - read_channel: display mac-address 6c0b-5e47-7f89 ^ % Unrecognized command found at &#39;^&#39; position. <CDSL_SW201.28_LBG> 2025-07-15 14:21:38,016 - DEBUG - read_channel: 2025-07-15 14:21:40,018 - DEBUG - read_channel: 2025-07-15 14:21:40,018 - INFO - MAC地址查询结果: ^ % Unrecognized command found at &#39;^&#39; position. 2025-07-15 14:21:40,018 - ERROR - 在 172.17.201.28 上未找到 MAC 6c0b-5e47-7f89 对应的端口 2025-07-15 14:21:40,019 - DEBUG - write_channel: b&#39;\n&#39; 2025-07-15 14:21:40,120 - DEBUG - read_channel: <CDSL_SW201.28_LBG> 2025-07-15 14:21:40,221 - DEBUG - read_channel: 2025-07-15 14:21:42,222 - DEBUG - read_channel: 2025-07-15 14:21:42,222 - DEBUG - write_channel: b&#39;quit\n&#39; 2025-07-15 14:21:42,222 - DEBUG - EOF in transport thread
07-16
Oct 28 10:52:26 DESKTOP-9QS7RL5 start_superset.sh[618]: 127.0.0.1 - - [28/Oct/2025:10:52:26 +0800] "GET /static/assets/6c6d5a422c4e7b3b5049.chunk.js HTTP/1.1" 200 281648 "http://localhost:8088/explore/?datasource_type=table&datasource_id=1" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36 Edg/141.0.0.0" Oct 28 10:52:26 DESKTOP-9QS7RL5 start_superset.sh[618]: 127.0.0.1 - - [28/Oct/2025:10:52:26 +0800] "GET /static/assets/Chart.1a05a34b7ef06bc13277.chunk.css HTTP/1.1" 200 3096 "http://localhost:8088/explore/?datasource_type=table&datasource_id=1" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36 Edg/141.0.0.0" Oct 28 10:52:26 DESKTOP-9QS7RL5 start_superset.sh[618]: 127.0.0.1 - - [28/Oct/2025:10:52:26 +0800] "GET /static/assets/DashboardContainer.79044b1fad139473a117.chunk.css HTTP/1.1" 200 1012 "http://localhost:8088/explore/?datasource_type=table&datasource_id=1" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36 Edg/141.0.0.0" Oct 28 10:52:26 DESKTOP-9QS7RL5 start_superset.sh[618]: 127.0.0.1 - - [28/Oct/2025:10:52:26 +0800] "GET /static/assets/bc9f64240eca26fc2a4b.chunk.js HTTP/1.1" 200 4570 "http://localhost:8088/explore/?datasource_type=table&datasource_id=1" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36 Edg/141.0.0.0" Oct 28 10:52:26 DESKTOP-9QS7RL5 start_superset.sh[618]: 127.0.0.1 - - [28/Oct/2025:10:52:26 +0800] "GET /static/assets/79044b1fad139473a117.chunk.js HTTP/1.1" 200 228125 "http://localhost:8088/explore/?datasource_type=table&datasource_id=1" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36 Edg/141.0.0.0" Oct 28 10:52:26 DESKTOP-9QS7RL5 start_superset.sh[618]: 127.0.0.1 - - [28/Oct/2025:10:52:26 +0800] "GET /static/assets/0264c7f8b5aa359a2218.chunk.js HTTP/1.1" 200 22379 "http://localhost:8088/explore/?datasource_type=table&datasource_id=1" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36 Edg/141.0.0.0" Oct 28 10:52:26 DESKTOP-9QS7RL5 start_superset.sh[618]: 127.0.0.1 - - [28/Oct/2025:10:52:26 +0800] "GET /static/assets/b68020a1d1c9fa16ac9b.chunk.js HTTP/1.1" 200 4424 "http://localhost:8088/explore/?datasource_type=table&datasource_id=1" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36 Edg/141.0.0.0" Oct 28 10:52:26 DESKTOP-9QS7RL5 start_superset.sh[618]: 127.0.0.1 - - [28/Oct/2025:10:52:26 +0800] "GET /static/assets/ba720062344d87ae7d44.chunk.js HTTP/1.1" 200 31592 "http://localhost:8088/explore/?datasource_type=table&datasource_id=1" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36 Edg/141.0.0.0" Oct 28 10:52:26 DESKTOP-9QS7RL5 start_superset.sh[618]: 127.0.0.1 - - [28/Oct/2025:10:52:26 +0800] "GET /static/assets/32ace99b350e042c7820.chunk.js HTTP/1.1" 200 6431 "http://localhost:8088/explore/?datasource_type=table&datasource_id=1" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36 Edg/141.0.0.0" Oct 28 10:52:26 DESKTOP-9QS7RL5 start_superset.sh[618]: 127.0.0.1 - - [28/Oct/2025:10:52:26 +0800] "GET /static/assets/997d7d7772cdbda13a3a.chunk.js HTTP/1.1" 200 6369 "http://localhost:8088/explore/?datasource_type=table&datasource_id=1" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36 Edg/141.0.0.0" Oct 28 10:52:26 DESKTOP-9QS7RL5 start_superset.sh[618]: 127.0.0.1 - - [28/Oct/2025:10:52:26 +0800] "GET /static/assets/cb2e0ff5253db349f138.chunk.js HTTP/1.1" 200 5227 "http://localhost:8088/explore/?datasource_type=table&datasource_id=1" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36 Edg/141.0.0.0" Oct 28 10:52:26 DESKTOP-9QS7RL5 start_superset.sh[618]: 127.0.0.1 - - [28/Oct/2025:10:52:26 +0800] "GET /static/assets/322b136e385695f17c31.chunk.js HTTP/1.1" 200 84464 "http://localhost:8088/explore/?datasource_type=table&datasource_id=1" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36 Edg/141.0.0.0" Oct 28 10:52:26 DESKTOP-9QS7RL5 start_superset.sh[618]: 127.0.0.1 - - [28/Oct/2025:10:52:26 +0800] "GET /static/assets/fe1759919a214e7e7d5b.chunk.js HTTP/1.1" 200 16488 "http://localhost:8088/explore/?datasource_type=table&datasource_id=1" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36 Edg/141.0.0.0" Oct 28 10:52:26 DESKTOP-9QS7RL5 start_superset.sh[618]: 127.0.0.1 - - [28/Oct/2025:10:52:26 +0800] "GET /static/assets/96abd69310f098cceff1.chunk.js HTTP/1.1" 200 6973 "http://localhost:8088/explore/?datasource_type=table&datasource_id=1" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36 Edg/141.0.0.0" Oct 28 10:52:26 DESKTOP-9QS7RL5 start_superset.sh[618]: 127.0.0.1 - - [28/Oct/2025:10:52:26 +0800] "GET /static/assets/fb86d806a3b103ebfa24.chunk.js HTTP/1.1" 200 3516 "http://localhost:8088/explore/?datasource_type=table&datasource_id=1" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36 Edg/141.0.0.0" Oct 28 10:52:26 DESKTOP-9QS7RL5 start_superset.sh[618]: 127.0.0.1 - - [28/Oct/2025:10:52:26 +0800] "GET /static/assets/0b13c2cef8d1d03a3bc1.chunk.js HTTP/1.1" 200 3599 "http://localhost:8088/explore/?datasource_type=table&datasource_id=1" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36 Edg/141.0.0.0" Oct 28 10:52:26 DESKTOP-9QS7RL5 start_superset.sh[618]: 127.0.0.1 - - [28/Oct/2025:10:52:26 +0800] "GET /static/assets/7d0d69fedd042624b5ee.chunk.js HTTP/1.1" 200 13996 "http://localhost:8088/explore/?datasource_type=table&datasource_id=1" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36 Edg/141.0.0.0" Oct 28 10:52:26 DESKTOP-9QS7RL5 start_superset.sh[618]: 127.0.0.1 - - [28/Oct/2025:10:52:26 +0800] "GET /static/assets/a9638ef105236cd61669.chunk.js HTTP/1.1" 200 8269 "http://localhost:8088/explore/?datasource_type=table&datasource_id=1" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36 Edg/141.0.0.0" Oct 28 10:52:26 DESKTOP-9QS7RL5 start_superset.sh[618]: 127.0.0.1 - - [28/Oct/2025:10:52:26 +0800] "GET /static/assets/e2c4328768742c923137.chunk.js HTTP/1.1" 200 6206 "http://localhost:8088/explore/?datasource_type=table&datasource_id=1" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36 Edg/141.0.0.0" Oct 28 10:52:26 DESKTOP-9QS7RL5 start_superset.sh[618]: 127.0.0.1 - - [28/Oct/2025:10:52:26 +0800] "GET /static/assets/f2239d0e18a65968b291.chunk.js HTTP/1.1" 200 5660 "http://localhost:8088/explore/?datasource_type=table&datasource_id=1" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36 Edg/141.0.0.0" Oct 28 10:52:26 DESKTOP-9QS7RL5 start_superset.sh[618]: 127.0.0.1 - - [28/Oct/2025:10:52:26 +0800] "GET /static/assets/1b9fc2861d1f71d09364.chunk.js HTTP/1.1" 200 3166 "http://localhost:8088/explore/?datasource_type=table&datasource_id=1" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36 Edg/141.0.0.0" Oct 28 10:52:26 DESKTOP-9QS7RL5 start_superset.sh[618]: 127.0.0.1 - - [28/Oct/2025:10:52:26 +0800] "GET /static/assets/e7998318516dc4c51b01.chunk.js HTTP/1.1" 200 40530 "http://localhost:8088/explore/?datasource_type=table&datasource_id=1" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36 Edg/141.0.0.0" Oct 28 10:52:26 DESKTOP-9QS7RL5 start_superset.sh[618]: 127.0.0.1 - - [28/Oct/2025:10:52:26 +0800] "GET /static/assets/296fce8d9bfb28a9b113.chunk.js HTTP/1.1" 200 4046 "http://localhost:8088/explore/?datasource_type=table&datasource_id=1" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36 Edg/141.0.0.0" Oct 28 10:52:26 DESKTOP-9QS7RL5 start_superset.sh[618]: 127.0.0.1 - - [28/Oct/2025:10:52:26 +0800] "GET /static/assets/39e2f6d6bf854265ebb8.chunk.js HTTP/1.1" 200 4121 "http://localhost:8088/explore/?datasource_type=table&datasource_id=1" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36 Edg/141.0.0.0" Oct 28 10:52:26 DESKTOP-9QS7RL5 start_superset.sh[618]: 127.0.0.1 - - [28/Oct/2025:10:52:26 +0800] "GET /static/assets/1a05a34b7ef06bc13277.chunk.js HTTP/1.1" 200 702321 "http://localhost:8088/explore/?datasource_type=table&datasource_id=1" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36 Edg/141.0.0.0" Oct 28 10:52:26 DESKTOP-9QS7RL5 start_superset.sh[618]: 127.0.0.1 - - [28/Oct/2025:10:52:26 +0800] "GET /api/v1/explore/?datasource_type=table&datasource_id=1 HTTP/1.1" 200 1737 "http://localhost:8088/explore/?datasource_type=table&datasource_id=1" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36 Edg/141.0.0.0" Oct 28 10:52:26 DESKTOP-9QS7RL5 start_superset.sh[617]: 127.0.0.1 - - [28/Oct/2025:10:52:26 +0800] "GET /static/assets/42c341c0bdafe97ede72.chunk.js HTTP/1.1" 200 466 "http://localhost:8088/explore/?datasource_type=table&datasource_id=1" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36 Edg/141.0.0.0" Oct 28 10:52:26 DESKTOP-9QS7RL5 start_superset.sh[620]: 127.0.0.1 - - [28/Oct/2025:10:52:26 +0800] "GET /static/assets/13e9f47d7776666ae44e.chunk.js HTTP/1.1" 200 430 "http://localhost:8088/explore/?datasource_type=table&datasource_id=1" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36 Edg/141.0.0.0" Oct 28 10:52:26 DESKTOP-9QS7RL5 start_superset.sh[618]: 127.0.0.1 - - [28/Oct/2025:10:52:26 +0800] "GET /static/assets/5f0b06951b41e9190c45.chunk.js HTTP/1.1" 200 508 "http://localhost:8088/explore/?datasource_type=table&datasource_id=1" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36 Edg/141.0.0.0" Oct 28 10:52:26 DESKTOP-9QS7RL5 start_superset.sh[618]: 127.0.0.1 - - [28/Oct/2025:10:52:26 +0800] "GET /static/assets/04e7436d3cdf1e58807c.chunk.js HTTP/1.1" 200 429 "http://localhost:8088/explore/?datasource_type=table&datasource_id=1" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36 Edg/141.0.0.0" Oct 28 10:52:26 DESKTOP-9QS7RL5 start_superset.sh[619]: 127.0.0.1 - - [28/Oct/2025:10:52:26 +0800] "GET /static/assets/04f0291225385e4195b4.chunk.js HTTP/1.1" 200 546 "http://localhost:8088/explore/?datasource_type=table&datasource_id=1" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36 Edg/141.0.0.0" Oct 28 10:52:26 DESKTOP-9QS7RL5 start_superset.sh[620]: 127.0.0.1 - - [28/Oct/2025:10:52:26 +0800] "GET /static/assets/5941b91d395104856feb.chunk.js HTTP/1.1" 200 546 "http://localhost:8088/explore/?datasource_type=table&datasource_id=1" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36 Edg/141.0.0.0" Oct 28 10:52:26 DESKTOP-9QS7RL5 start_superset.sh[617]: 127.0.0.1 - - [28/Oct/2025:10:52:26 +0800] "GET /static/assets/395784046608ffb722a3.chunk.js HTTP/1.1" 200 643 "http://localhost:8088/explore/?datasource_type=table&datasource_id=1" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36 Edg/141.0.0.0" Oct 28 10:52:26 DESKTOP-9QS7RL5 start_superset.sh[620]: 127.0.0.1 - - [28/Oct/2025:10:52:26 +0800] "GET /static/assets/bd580c5a5e080bf037a4.chunk.js HTTP/1.1" 200 555 "http://localhost:8088/explore/?datasource_type=table&datasource_id=1" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36 Edg/141.0.0.0" Oct 28 10:52:26 DESKTOP-9QS7RL5 start_superset.sh[618]: 127.0.0.1 - - [28/Oct/2025:10:52:26 +0800] "GET /static/assets/6ecce79c1af8026e019c.chunk.js HTTP/1.1" 200 534 "http://localhost:8088/explore/?datasource_type=table&datasource_id=1" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36 Edg/141.0.0.0" Oct 28 10:52:26 DESKTOP-9QS7RL5 start_superset.sh[618]: 127.0.0.1 - - [28/Oct/2025:10:52:26 +0800] "GET /static/assets/c0af7e6135382f186cde.chunk.js HTTP/1.1" 200 780 "http://localhost:8088/explore/?datasource_type=table&datasource_id=1" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36 Edg/141.0.0.0" Oct 28 10:52:26 DESKTOP-9QS7RL5 start_superset.sh[620]: 127.0.0.1 - - [28/Oct/2025:10:52:26 +0800] "GET /static/assets/68be66ae5fa173941480.chunk.js HTTP/1.1" 200 439 "http://localhost:8088/explore/?datasource_type=table&datasource_id=1" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36 Edg/141.0.0.0" Oct 28 10:52:26 DESKTOP-9QS7RL5 start_superset.sh[620]: 127.0.0.1 - - [28/Oct/2025:10:52:26 +0800] "GET /static/assets/819206ed38049711ffd0.chunk.js HTTP/1.1" 200 545 "http://localhost:8088/explore/?datasource_type=table&datasource_id=1" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36 Edg/141.0.0.0" Oct 28 10:52:26 DESKTOP-9QS7RL5 start_superset.sh[618]: 127.0.0.1 - - [28/Oct/2025:10:52:26 +0800] "GET /static/assets/e66816b58b3cf4405ec9.chunk.js HTTP/1.1" 200 457 "http://localhost:8088/explore/?datasource_type=table&datasource_id=1" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36 Edg/141.0.0.0" Oct 28 10:52:26 DESKTOP-9QS7RL5 start_superset.sh[620]: 127.0.0.1 - - [28/Oct/2025:10:52:26 +0800] "GET /static/assets/b388170d50b76dc9ffc4.chunk.js HTTP/1.1" 200 2211 "http://localhost:8088/explore/?datasource_type=table&datasource_id=1" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36 Edg/141.0.0.0" Oct 28 10:52:26 DESKTOP-9QS7RL5 start_superset.sh[618]: 127.0.0.1 - - [28/Oct/2025:10:52:26 +0800] "GET /static/assets/3822048edffc7dc93fec.chunk.js HTTP/1.1" 200 452 "http://localhost:8088/explore/?datasource_type=table&datasource_id=1" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36 Edg/141.0.0.0" Oct 28 10:52:26 DESKTOP-9QS7RL5 start_superset.sh[618]: 127.0.0.1 - - [28/Oct/2025:10:52:26 +0800] "GET /static/assets/602eb93fcc55fbc80a4f.woff2 HTTP/1.1" 200 0 "http://localhost:8088/static/assets/theme.4db50a5129907903f819.entry.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36 Edg/141.0.0.0" Oct 28 10:52:26 DESKTOP-9QS7RL5 start_superset.sh[620]: 127.0.0.1 - - [28/Oct/2025:10:52:26 +0800] "GET /api/v1/database/1/table_metadata/extra/?name=AI%E5%88%86%E6%92%AD%E6%9C%BA%E5%BD%93%E5%89%8D%E4%BD%9C%E4%B8%9ASQL&schema=gapinyc HTTP/1.1" 200 3 "http://localhost:8088/explore/?datasource_type=table&datasource_id=1" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36 Edg/141.0.0.0" Oct 28 10:52:27 DESKTOP-9QS7RL5 start_superset.sh[620]: 127.0.0.1 - - [28/Oct/2025:10:52:27 +0800] "POST /superset/log/?explode=events HTTP/1.1" 200 9 "http://localhost:8088/explore/?datasource_type=table&datasource_id=1" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36 Edg/141.0.0.0" Oct 28 10:52:27 DESKTOP-9QS7RL5 start_superset.sh[620]: 127.0.0.1 - - [28/Oct/2025:10:52:27 +0800] "POST /api/v1/explore/form_data?tab_id=1 HTTP/1.1" 201 22 "http://localhost:8088/explore/?datasource_type=table&datasource_id=1" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36 Edg/141.0.0.0"
最新发布
10-29
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值