表示 进入内容 171 去 180 的 4544 « 先前的 10 新的记录 | 下一步 10 较早的记录 » Displaying posts with tag: 配置 (reset) Aug 21 2018 MySQL 修改引擎 Posted by mysql-云栖社区 on Tue 21 Aug 2018 03:05 UTC Tags: innodb, myisam, MySQL, 配置 1). 查看引擎 show engines; 图1.png 2). 激活InnoDB 在my.ini配置文件中搜索skip-innodb, 将skip-innodb 修改为# skip-innodb, 然后重启服务即可. 【mysql】 【innodb】 【配置】 【myisam】 点击查看原文> Aug 20 2018 httpd 的坑 Posted by mysql-云栖社区 on Mon 20 Aug 2018 03:50 UTC Tags: PHP, index, MySQL, REQUIRE, 配置, 模块, 脚本, prefix Httpd服务器的坑 在/etc/httpd/conf/httpd.conf中的配置信息, 有时注释到的内容仍然会生效 配置Auth时, 允许htpasswd规定的文件中的所有的用户, Require valid-uesr, 允许特定的用户Require user user1 user2 user3 . 【php】 【mysql】 【require】 【模块】 【配置】 【脚本】 【index】 …[获取更多] Aug 19 2018 win10 64位怎么下载安装mysql?为什么官网的文件没有安装的exe文件?----附截图代码 Posted by mysql-云栖社区 on Sun 19 Aug 2018 22:40 UTC Tags: MySQL, 配置, cmd win10 64位怎么下载安装mysql?为什么官网的文件没有安装的exe文件?----附截图代码 第一步 配置用户变量 MYSQL_HOME 加上自己的安装路径 比如我的 F:\mysql-8. 【mysql】 【配置】 【cmd】 点击查看原文> Aug 19 2018 Linux Posted by mysql-云栖社区 on Sun 19 Aug 2018 05:55 UTC Tags: Linux, rpm, MySQL, 配置, 脚本 Linux 习惯问题: 1. 在vim编辑时,按了ctrl + s后,再按ctrl + q就可以继续执行了。 ctrl + s 表示停止向终端输出 ctrl + q 表示恢复向终端输出 2. 1. 【linux】 【mysql】 【配置】 【rpm】 【脚本】 点击查看原文> Aug 18 2018 使用Mybatis generator帮助Mybatis生成配置和映射 Posted by mysql-云栖社区 on Sat 18 Aug 2018 23:09 UTC Tags: xml, jdbc, utf-8, schema, TYPE, mybatis, MySQL, 数据库, 配置 使用Mybatis generator帮助Mybatis生成配置和映射 下载安装Mybatis Generator后,在Eclipse中,File>>New>>Other...,输入MyBatis,出现如下选项,说明安装成功。 【mysql】 【数据库】 【配置】 【JDBC】 【xml】 【schema】 【type】 …[获取更多] Aug 18 2018 MySQL无法启动,报1045的解决方法 Posted by mysql-云栖社区 on Sat 18 Aug 2018 23:03 UTC Tags: Windows, update, MySQL, 数据库, 测试, 配置 MySQL无法启动,报1045的解决方法 问题:当我打开 phpstudy时,想测试一下 mysql 是否可以连接成功,出现以下报错: windows下,以上错误的解决方法,如下: 1. 找到配置文件 my.ini, 将其打开,可用记事本打开 2. 打开后,搜索 mysqld 关键字,找到后,在 mysqld下面添加下面一行代码,并保存退出。 【mysql】 【windows】 【数据库】 【配置】 【测试】 …[获取更多] Aug 17 2018 Spring Boot集成Mybatis实现多数据源连接 Posted by mysql-云栖社区 on Fri 17 Aug 2018 23:47 UTC Tags: jdbc, spring, Class, mybatis, MySQL, 数据库, 配置, bean, scope Spring Boot集成Mybatis实现多数据源连接 以两个数据源为例,application.properties有两组数据库配置,再配置对应的Config与mapper,各自处理各自的业务。 【mysql】 【数据库】 【spring】 【配置】 【JDBC】 【class】 【bean】 …[获取更多] Aug 17 2018 MySQL + Atlas 部署读写分离 Posted by mysql-云栖社区 on Fri 17 Aug 2018 23:40 UTC Tags: Oracle, test, MySQL, 数据库, 测试, 配置, 服务器, 加密 原文地址MySQL + Atlas --- 部署读写分离 序章 Atlas是360团队弄出来的一套基于MySQL-Proxy基础之上的代理,修改了MySQL-Proxy的一些BUG,并且优化了很多东西。 【服务器】 【mysql】 【加密】 【Oracle】 【数据库】 【配置】 【测试】 …[获取更多] Aug 17 2018 Window下mysql环境配置问题整理 Posted by mysql-云栖社区 on Fri 17 Aug 2018 05:17 UTC Tags: Oracle, Windows, database, server, MySQL, create, 配置 Window下mysql环境配置问题整理 参考如下链接。 无需安装解压版mysql包 创建选项配置 首次启动服务 用mysqld初始化目录 安装后设置和测试 启动服务错误信息 管理员模式打开cmd mysqld install net start mysql MYSql服务正在启动 MY... 【mysql】 【Oracle】 【windows】 【配置】 【Server】 【Create】 …[获取更多] Aug 15 2018 Mysql 8.0.12压缩包安装教程 Posted by mysql-云栖社区 on Wed 15 Aug 2018 11:35 UTC Tags: server, service, TYPE, MySQL, 配置 压缩包方式安装Mysql的教程。 转载请注明出处:https://blog.lzoro.com,谢谢~ 前情提要 以前都是解压缩安装5.7版本的mysql,刚好最近换了电脑需要重装mysql,就去官网下载了新版本8.0.12,整理一下安装步骤。 【mysql】 【配置】 【Server】 【type】 【service】 点击查看原文> 表示 进入内容 171 去 180 的 4544 « 先前的 10 新的记录 | 下一步 10 较早的记录 » Oracle MySQL Blogs Oracle's MySQL Blog (41) MySQL 其他链接 MySQL Downloads MySQL Docs MySQL Bugs MySQL Forums