码迷,mamicode.com
首页 >  
搜索关键字:mysql配置    ( 1078个结果
spring boo的简单搭建(eclipse+springboot + redis + mysql + thymeleaf)
之前都是自己配xml,很麻烦,就是把那些固有的配置粘来粘去,boot就是为了简化这些配置而生的 关于boot的安装有很多种办法,我选择直接下载带有boot的eclipse(下载网站 https://spring.io/tools ) ( 我当时看的是这篇博客,写的很好 https://blog.cs ...
分类:数据库   时间:2020-03-14 21:59:32    阅读次数:97
Windows下的免安装版MySQL配置
转:https://blog.csdn.net/qq_40277973/article/details/81517479 下载MySQL 进入MySQL官网,依次点击:上方选项卡DOWNLOADS->页面底端MySQL Community Edition->MySQL Community Serve ...
分类:数据库   时间:2020-03-13 01:15:00    阅读次数:71
docker 安装 mysql
配置 # Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. # # This program is free software; you can redistribute it and/or modify # ...
分类:数据库   时间:2020-03-12 12:52:38    阅读次数:77
Ansible角色
目录说明: 1.编写init初始化角色剧本 01.创建对应目录 02.编写任务剧本 03.编写jinja模版文件 04.编写变量文件 05.编写handlers文件 06.编写主任务文件 07.查看最终目录文件 2.编写nginx_server角色剧本 01.创建对应目录 02.编写任务剧本 03. ...
分类:其他好文   时间:2020-03-09 13:47:35    阅读次数:55
Mysql问题集合
绕过密码验证登录mysql后,修改密码 1.修改mysql配置文件 vi /etc/my.cnf 在文件中新增一行skip-grant-tables 2.重启mysql服务 service mysql restart 3.无需密码登录mysql mysql -uroot -p 4.修改密码 在MyS ...
分类:数据库   时间:2020-03-09 01:03:51    阅读次数:85
windows安装mysql5.7教程 (MSVCR120.dll丢失。应用程序无法正常启动0xc000007b)
1、准备好的mysql压缩包解压,我使用的是mysql-5.7.28-winx64,如果没有压缩包,可以去网上下,也可以到我的QQ资源群免费下1067672418 这里我改了一下名字,mysql-5.7 2、配置环境变量 右击我的电脑/计算机,点击属性,打开高级系统设置,点击环境变量。 变量名:MY ...
分类:数据库   时间:2020-03-04 20:53:31    阅读次数:315
linux启动项目提示java.net.ConnectException: 拒绝连接 (Connection refused)或提示Host XXX is not allowed to connect to this MySQL server。
这是由于Mysql配置了不支持远程连接引起的。 1、在安装Mysql数据库的主机上登录root用户: mysql -u root -p 3.依次执行如下命令: use mysql; select host from user where user='root'; 可以看到当前主机配置信息为local ...
分类:数据库   时间:2020-03-01 17:08:41    阅读次数:118
MySQL入门
数据库管理1 查询所有数据库mysql> show databases;+ +| Database |+ +| information_schema | -- mysql元数据,基础数据| mysql | --mysql配置数据库,其中包含用户信息。(用户名和密码,权限管理)| performanc ...
分类:数据库   时间:2020-02-29 10:20:24    阅读次数:67
MySQL配置
下载 地址:https://pan.baidu.com/s/1YYAGxBdw6I5lg7Qmg863jw 提取码:ljad 下载完成解压 1.打开环境变量 在Path配置 接着进入mysql文件夹,找到里面的my.ini,右键打开方式以记事本打开 以管理员方式进入cmd,一定要以管理员方式进入,不 ...
分类:数据库   时间:2020-02-24 09:31:49    阅读次数:85
Django启动时找不到mysqlclient处理 django.core.exceptions.ImproperlyConfigured: Error loading MySQLdb module. Did you install mysqlclient?
在使用Django2.0 并配置了mysql作为数据库时,启动报错: 报错1:找不到mysqlclient django.core.exceptions.ImproperlyConfigured: Error loading MySQLdb module. Did you install mysql ...
分类:数据库   时间:2020-02-21 16:17:28    阅读次数:100
1078条   上一页 1 ... 7 8 9 10 11 ... 108 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!