NameError: name ‘_mysql‘ is not defined

在ubuntu环境中 安装mysql即可

删除Mysql 数据库

	sudo apt autoremove --purge mysql-server-*
	sudo apt remove mysql-server
	sudo apt autoremove mysql-server
	sudo apt remove mysql-common

安装mysql

sudo apt-get update #更新包
sudo apt install mysql-server-5.7

详细mysql配置

ubuntu mysql安装配置

相关推荐

最近更新

  1. TCP协议是安全的吗?

    2024-01-12 05:54:02       18 阅读
  2. 阿里云服务器执行yum,一直下载docker-ce-stable失败

    2024-01-12 05:54:02       19 阅读
  3. 【Python教程】压缩PDF文件大小

    2024-01-12 05:54:02       19 阅读
  4. 通过文章id递归查询所有评论(xml)

    2024-01-12 05:54:02       20 阅读

热门阅读

  1. MyBatis Plus wrapper A and (B or C or D)

    2024-01-12 05:54:02       39 阅读
  2. mysql 索引优化查询

    2024-01-12 05:54:02       34 阅读
  3. Linux日志

    2024-01-12 05:54:02       31 阅读
  4. C++函数(3)

    2024-01-12 05:54:02       30 阅读
  5. c# 多循环如何跳出

    2024-01-12 05:54:02       36 阅读
  6. SpringBoot集成Minio(接上文)

    2024-01-12 05:54:02       40 阅读
  7. SpringBoot项目使用JWT令牌进行权限校验

    2024-01-12 05:54:02       31 阅读