表示 进入内容 711 去 720 的 1042 « 先前的 10 新的记录 | 下一步 10 较早的记录 » Search Planet MySQL Go Displaying posts with tag: Blog (reset) Nov 11 2017 利用Jmeter向MySQL批量插入数据 Posted by mysql-云栖社区 on Sat 11 Nov 2017 17:22 UTC Tags: Blog, jdbc, MySQL, CTO, 配置, 线程, request 1. 启动Jmeter 2. 添加 DBC Connection Configuration 右键线程组->添加->配置元件->JDBC Connection Configuration 添加后进行必要的配置 3. 【mysql】 【线程】 【配置】 【request】 【JDBC】 【cto】 【Blog】 …[获取更多] Nov 11 2017 MySQL之系统变量 Posted by mysql-云栖社区 on Sat 11 Nov 2017 17:22 UTC Tags: Blog, session, variables, MySQL, CTO, 数据库, 配置, 服务器 系统变量分为全局变量和会话变量。全局变量,会影响到整个服务器。而会话变量,只会影响到当前的会话(即当前的数据库连接) 1 输出全局变量: mysql> show global variables; 查看某个全局变量: mysql> show global variables like "... 【服务器】 【mysql】 【数据库】 【配置】 【session】 【variables】 …[获取更多] Nov 11 2017 Linux下将Mysql和Apache加入到系统服务里的方法 Posted by mysql-云栖社区 on Sat 11 Nov 2017 17:21 UTC Tags: Linux, Blog, Apache, Redhat, server, add, MySQL, 脚本 Apache加入到系统服务里面: cp /安装目录下/apache/bin/apachectl /etc/rc.d/init.d/httpd 修改httpd 在文件头部加入如下内容: ### # Comments to support chkconfig on RedHat L... 【linux】 【mysql】 【Apache】 【ADD】 【Server】 【脚本】 【RedHat】 …[获取更多] Nov 11 2017 mysql数据库基础命令(一) Posted by mysql-云栖社区 on Sat 11 Nov 2017 17:09 UTC Tags: Blog, MySQL, CTO, 数据库 mysql数据库基础命令(一) 本文转自 民工哥 51CTO博客,原文链接:http://blog.51cto.com/mingongge/1957695 【mysql】 【数据库】 【cto】 【Blog】 点击查看原文> Nov 11 2017 MySQL数据库入门——备份数据库 Posted by mysql-云栖社区 on Sat 11 Nov 2017 17:07 UTC Tags: Blog, MySQL, CTO, 数据库 MySQL数据库入门——备份数据库 本文转自 民工哥 51CTO博客,原文链接:http://blog.51cto.com/mingongge/1958298 【mysql】 【数据库】 【cto】 【Blog】 点击查看原文> Nov 11 2017 MySQL数据库入门——多实例配置 Posted by mysql-云栖社区 on Sat 11 Nov 2017 17:06 UTC Tags: Blog, MySQL, CTO, 数据库, 配置 MySQL数据库入门——多实例配置 本文转自 民工哥 51CTO博客,原文链接:http://blog.51cto.com/mingongge/1958299 【mysql】 【数据库】 【配置】 【cto】 【Blog】 点击查看原文> Nov 11 2017 navicat 连接mysql is not allowed to connect to this mysql server Posted by mysql-云栖社区 on Sat 11 Nov 2017 17:03 UTC Tags: Blog, navicat, server, grant, MySQL, CTO, 服务器, 主机 方法很多我用一下方法解决了 在安装mysql的机器上运行: 1、d:\mysql\bin\>mysql -h localhost -u root //这样应该可以进入MySQL服务器 2、mysql>GRANT ALL PRIVILEGES ON *. 【服务器】 【mysql】 【主机】 【Server】 【grant】 【cto】 【Blog】 …[获取更多] Nov 11 2017 mysqld_safe的作用 Posted by mysql-云栖社区 on Sat 11 Nov 2017 16:56 UTC Tags: Blog, unix, cpu, MySQL, CTO, 数据库, 日志, 脚本 官方推荐在类UNIX系统中使用mysqld_safe脚本来启动mysqld进程, 严重错误产生时自动重启mysqld进程 记录mysqld进程运行信息,保存在错误日志中(error.log,通常在my.cnf中指定) mysqld_safe的启动和运行参数与mysqld通用,对mysqld_safe进程施加参数等同于在mysqld进程上施加参数。 【mysql】 【日志】 【数据库】 【脚本】 【CPU】 【cto】 …[获取更多] Nov 11 2017 第十一章 MySQL运算符 Posted by mysql-云栖社区 on Sat 11 Nov 2017 16:56 UTC Tags: Blog, MySQL, CTO ()()()()()()()()()()mysqlfrom0 utf8 utf8_binmysqlfrom0 t8()t8 ()t8 ()t8 ()t8()() 本文转自 angry_frog 51CTO博客,原文链接:http://blog. 【mysql】 【cto】 【Blog】 点击查看原文> Nov 11 2017 MySQL安装过程启动mysqld_safe中提示的pid ended错误导致无法启动问题处理 Posted by mysql-云栖社区 on Sat 11 Nov 2017 16:55 UTC Tags: Blog, unix, shell, lock, MySQL, CTO, 日志, 脚本 执行Mysqld --initialize --user=mysql后,初始化没有问题 在执行mysqld_safe --user=mysql &启动时,shell提示如下 然后 ps -ef | grep mysql 发现并没有mysqld进程存在,判断为Mysqld进程根本没有启动成功 检查错误日志 cat error.log 发现如下错误信息 问题出在系统无法找到unix套接字文件/tmp/mysql/sock 4.多次重新初始化后,仍然出现此错误。 【mysql】 【日志】 【shell】 【lock】 【脚本】 …[获取更多] 表示 进入内容 711 去 720 的 1042 « 先前的 10 新的记录 | 下一步 10 较早的记录 » Get Started Contributing Contributing to MySQL Developer Guide Oracle MySQL Blogs Oracle's MySQL Blog (40) MySQL 其他链接 MySQL Downloads MySQL Docs MySQL Bugs MySQL Forums