tangzhongshan

Results 15 issues of tangzhongshan

具体截图请见地址如下 ![image](https://user-images.githubusercontent.com/45926256/197946866-b247572b-2aae-4061-9194-0cdd43c9d294.png) ![image](https://user-images.githubusercontent.com/45926256/197946886-56918889-14e2-4ec4-8566-3da20fce3cec.png) ![image](https://user-images.githubusercontent.com/45926256/197946916-5fb003b3-cca2-4fcf-86d4-ce1b61a10fef.png) DBeaver为什么只能连lealone数据库,不能连接其他数据库 jdbc:lealone:tcp://192.168.5.180:9210/lealone 就是这个JDBC后面的lealone不能替换其他建的数据库,替换一下,DBeaver就不能连接了,老是报用户名和密码错误

还有lealone-mysql-plugin插件,在每次重启lealone服务以后,就需要再次手动启动mysql插件,这个可以做成在lealone服务启动以后,自动启动mysql插件

lealone-mysql-plugin运行启动以后实际上是重新创建了一个MYSQL的模式 ![image](https://github.com/lealone/Lealone/assets/45926256/279630e9-17dc-4042-8826-12e6c5abd165)

![image](https://github.com/lealone/Lealone/assets/45926256/52734c4b-7c14-4788-a1c8-b84e80006d61) lealone-mysql-plugin安装成功,但是不能导入从mysqldump导出的sql文件,都是报错不能执行

![image](https://github.com/lealone/Lealone/assets/45926256/b8ad17b9-5d4d-497c-83aa-923df18b7db5) lealone-mysql插件源码目录下载到本地以后,我这边怎么都编译不了 lealone目录按照官方文档,用JDK17编译可以通过,然后我在自己的maven私服,上传了lealone-test和lealone-server的jar包,再编译lealone-mysql插件目录还是不通过 ![image](https://github.com/lealone/Lealone/assets/45926256/5a1a0b80-efe0-4626-bb8d-add32757b716) 我把lealone-mysql的pom有关lealone-test注释掉,还是不能编译 大神能否把每个插件目录都编译好直接上传到github,这样我们直接通过github下载,不然的话源码编译总是各种问题出现

![image](https://github.com/lealone/Lealone/assets/45926256/517d7721-7219-4e6c-947c-23efddc692ee) 通过dbeaver客户端创建表,老是报错,然后github官网文档也没有对应的说明,排错很不方便

lealone的root用户设置密码忘记后怎么找回root密码 1) 安装部署以后,手动更改root的空密码为一个复杂密码 2) 后期使用了一段时间后,root密码忘记了,怎么重置root密码

lealone在mysql插件终端下,插入一个1000W数据库大表数据,插入中间过程中,mysql模式数据库崩溃连接不了,lealone模式数据库还是可以连接 ![image](https://github.com/lealone/Lealone/assets/45926256/39653c0d-5f51-4ecd-bd96-a7a13bfd39c0) mysql模式下数据库连接报如下错误 ![image](https://github.com/lealone/Lealone/assets/45926256/d7933d3b-ec87-4562-8a24-779679377d22) lealone模式下数据库连接正常如下 ![image](https://github.com/lealone/Lealone/assets/45926256/e36e3a6b-864e-447d-8a04-b5cea765e46f) 现在是好不容易插入进去到lealone数据库的数据,准备做测试,比较一下mysql和lealone查询大表的性能差异,现在lealone插入到一半数据库崩溃以后,进入都进不了

lealone数据库相关函数的问题 请问一下大神,lealone-mysql插件数据库有这个函数的实现吗,现在移植一个MySQL的视图到lealone数据库,发现这个错误 date_format(`sw0003`.`cur_start_date`,'%Y-%m-%d') AS `zf_kssj`

lealone-mysql插件终端不能同时运行多个mysql终端 ![lealone-mysql-1](https://github.com/lealone/Lealone/assets/45926256/b0326a69-d10a-4736-9bdb-8af1583e659a) ![lealone-mysql-2](https://github.com/lealone/Lealone/assets/45926256/8ca2948d-8812-4b37-b964-fdfad557448f) 如上图所示,想启动第2个终端,不能创建成功