Git Product home page Git Product logo

Comments (8)

kasuganosoras avatar kasuganosoras commented on July 16, 2024

数据库是 MySQL 还是 Mariadb?
导入数据库的时候建议用 Navicat for MySQL,然后勾选 SET AUTOCOMMIT=0

from sakurapanel.

xdker avatar xdker commented on July 16, 2024

mysql 有一个表创建失败了
[SQL] Query import start [ERR] 1709 - Index column size too large. The maximum column size is 767 bytes. [ERR] CREATE TABLE todaytraffic (uservarchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,traffic bigint(255) NULL DEFAULT NULL, PRIMARY KEY (user) USING BTREE ) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_unicode_ci ROW_FORMAT = Dynamic [SQL] Finished with error

from sakurapanel.

xdker avatar xdker commented on July 16, 2024

mysql升级到5.7 解决了

from sakurapanel.

xdker avatar xdker commented on July 16, 2024

还有一个新问题就是,一个用户创建的同一个服务器上的多个隧道不能在不同的客户端连接 比如a机子要映射3389端口,b机子要映射22端口,只能重新注册一个用户

from sakurapanel.

kasuganosoras avatar kasuganosoras commented on July 16, 2024

把不想启动的隧道从 frpc.ini 配置文件里注释或者删除就行了

from sakurapanel.

Eric-168 avatar Eric-168 commented on July 16, 2024

Warning: mysqli_fetch_array() expects parameter 1 to be mysqli_result, string given in /www/wwwroot/xxx.xxx.com/core/Database.php on line 273

我之前mysql5.6就这样,升级到5.7好了

from sakurapanel.

xdker avatar xdker commented on July 16, 2024

把不想启动的隧道从 frpc.ini 配置文件里注释或者删除就行了

是有删除啊 我想映射两台不同的机子 一个window 一个linux 两个远程端口嘛 然后创建了两个隧道a,b 我在windows配置文件里面只有隧道a的配置另外的端口删除了 linux上也是一样只有b的 这样就是连不上 一会上线一会下线的 不知道是不是两台机子在一个局域网的原因

from sakurapanel.

kasuganosoras avatar kasuganosoras commented on July 16, 2024

把不想启动的隧道从 frpc.ini 配置文件里注释或者删除就行了

是有删除啊 我想映射两台不同的机子 一个window 一个linux 两个远程端口嘛 然后创建了两个隧道a,b 我在windows配置文件里面只有隧道a的配置另外的端口删除了 linux上也是一样只有b的 这样就是连不上 一会上线一会下线的 不知道是不是两台机子在一个局域网的原因

更新一下你的 frps,之前老版本存在一个 bug,同用户名的两个客户端同时连接服务器其中一个会掉线

from sakurapanel.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.