We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#include "config.h" int main(int argc, char *argv[]) { //需要修改的数据库信息,登录名,密码,库名 string user = "root"; string passwd = "root"; string databasename = "yourdb";
The text was updated successfully, but these errors were encountered:
为什么我用ubuntu运行makefile和build脚本,一直显示找不到数据库,请问您有遇到这个问题嘛
Sorry, something went wrong.
@xianshujun 你装数据库了吗,装了的话,装devel库了吗(c++操作mysql需要一个库 => mysql-devel),我用的mysql8是可以的,报错可以抛百度,通常能解决的
No branches or pull requests
也就是mysql -u root -p输入的东西
以上是本人测试过程中遇到的一些小坑 如有说的不对的地方 欢迎大佬们指正
最后感谢作者的无私奉献~
The text was updated successfully, but these errors were encountered: