qinguoyi / TinyWebServer

:fire: Linux下C++轻量级WebServer服务器
Apache License 2.0
15.85k stars 3.81k forks source link

执行./server显示Segmentation fault (core dumped),执行sudo ./server日志中显示MySQL ERROR #223

Closed mingshanqiu closed 1 year ago

mingshanqiu commented 1 year ago

已经按照的issue修改了 webserver.cpp的localhost还有'root'@'localhost',但还是出现了以上问题

问题

TalentFang commented 1 year ago

看一下是不是内存不足?可以看一下core文件

mingshanqiu commented 1 year ago

已经解决了,main.cpp文件中数据库初始化信息passwd 应该填写自己的密码而不是root

11days commented 6 months ago

自己填写的密码是啥啊,我安装mysql时填的是123456,然后user用的是debian-sys-maint,但是不行