01:23:49

2025-3-13

星期四


08 2022 档案

摘要:1、如果提示hostxxxx not allowed mysqlserver 处理方式:去my.ini文件添加一下bind-adress=0.0.0.0 操作完以后可以重启mysql,在本地的cmd中telnet ip 端口 是不是通了 2、如果通了就尝试连接,可能不能连接,这时候需要去mysql 阅读全文
posted @ 2022-08-18 14:03 向上丶 阅读(468) 评论(0) 推荐(0) 编辑
摘要:window系统安装mysql8.0完整版 !!!!本人修改了mysql的端口号3308,可以自己修改my.ini文件中的配置 一、下载两个版本的MySQL 进入官网下载:https://www.mysql.com/ 二、将下载下来的压缩包放到合适的位置并且解压缩 注意:此处先解压安装MySQL8时 阅读全文
posted @ 2022-08-16 10:29 向上丶 阅读(1080) 评论(0) 推荐(0) 编辑
摘要:创建用户: SQL> create user Oracle identified by qjx 2 default tablespace users 3 temporary tablespace temp; 用户已创建。 SQL> connect system/qjx138 已连接。 SQL> gr 阅读全文
posted @ 2022-08-12 10:19 向上丶 阅读(32) 评论(0) 推荐(0) 编辑
摘要:前后端跨域问题 package com.atguigu.gmall.gateway.config; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Co 阅读全文
posted @ 2022-08-10 16:33 向上丶 阅读(140) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示