表示 进入内容 421 去 430 的 1002 « 先前的 10 新的记录 | 下一步 10 较早的记录 » Displaying posts with tag: test (reset) Nov 14 2017 PHP编译,执行make报错 Posted by mysql-云栖社区 on Tue 14 Nov 2017 12:28 UTC Tags: PHP, file, test, WebServer, MySQL, EXT 编译安装php 的时候, 执行make报错误 make: *** [ext/phar/phar.php] 错误 127 [root@localhost php-5.4.9]# mkdir /usr/local/webserver/mysql/include/mysql [root@localhost php-5. 【php】 【mysql】 【test】 【file】 【WebServer】 【EXT】 点击查看原文> Nov 14 2017 mysql基本知识学习 Posted by mysql-云栖社区 on Tue 14 Nov 2017 12:20 UTC Tags: database, update, timestamp, varchar, test, MySQL, 数据库, create, 服务器, 主机, 数据类型 虽然mysql已经被收购了,但是作为市面上主流的数据库,还是要学习下。 MySQL有三大类数据类型, 分别为数字、日期\时间、字符串, 这三大类中又更细致的划分了许多子类型: 数字类型 整数: tinyint、smallint、mediumint、int、bigint 浮点数: float... 【服务器】 【mysql】 【数据库】 【主机】 【test】 【Create】 …[获取更多] Nov 14 2017 extrabackup Posted by mysql-云栖社区 on Tue 14 Nov 2017 12:03 UTC Tags: server, mariadb, test, MySQL, 数据库 1.centos7 安装(centos6 去官方下载相应版本即可) 1 2 wget https://www.percona.com/downloads/XtraBackup/Percona-XtraBackup-2. 【mysql】 【数据库】 【Server】 【Mariadb】 【test】 点击查看原文> Nov 14 2017 zabbix 3.0离线安装手册(其他版本同样适用) Posted by mysql-云栖社区 on Tue 14 Nov 2017 11:44 UTC Tags: database, rpm, centos, log, zabbix, server, mariadb, test, MySQL, 数据库, 服务器 zabbix 3.0离线安装手册 一.环境介绍 操作系统:CentOS-7-x86_64-Minimal-1511.iso 最小化安装,语言选择英文 iso下载地址:http://mirrors. 【服务器】 【mysql】 【LOG】 【zabbix】 【数据库】 【centos】 【rpm】 【Server】 …[获取更多] Nov 14 2017 mysql导出和导入命令更改数据库名称数据库 Posted by mysql-云栖社区 on Tue 14 Nov 2017 11:40 UTC Tags: sql, database, test, MySQL, 数据库, 脚本 概要 mysql 数据库导入和导出,有两种方法 1)从试点SQL脚本。导入(导入导出又分两种:1. 命令。 2. 工具。这里我们仅仅介绍命令)。 2)直接拷贝数据库文件(此方法不推荐)。 一、mysql数据库导入 1. 【mysql】 【SQL】 【数据库】 【脚本】 【test】 【database】 …[获取更多] Nov 14 2017 mysql脚本 Posted by mysql-云栖社区 on Tue 14 Nov 2017 10:20 UTC Tags: sql, database, md5, email, source, PATH, grant, test, by, MySQL, read, 数据库, create, 脚本, input 由于工作中需要安装配置相关数据,结合下面相关shell操作数据库,实现删除多余的用户,创建相关数据库并导入数据,实现相关数据库授权,插入相关数据测试 #!/bin/sh echo "please input Resserveraddress: " read Resserver ... 【mysql】 【SQL】 【数据库】 【path】 【BY】 【脚本】 …[获取更多] Nov 14 2017 修改mysql root密码 Posted by mysql-云栖社区 on Tue 14 Nov 2017 10:09 UTC Tags: update, test, service, MySQL, 配置 一、拥有原来的myql的root的密码; 方法一: 在mysql系统外,使用mysqladmin mysqladmin -u root -p password "test123" Enter password: 【输入原来的密码】 方法二: 通过登录mysql系统, mysql -uroot... 【mysql】 【配置】 【test】 【update】 【service】 点击查看原文> Nov 14 2017 AdoHelper使用MySQL存储过程示例 Posted by mysql-云栖社区 on Tue 14 Nov 2017 09:58 UTC Tags: db, utf-8, test, MySQL, 数据库, 配置, 存储过程, 数组, 开发框架 AdoHelper是MS DAAB中的一个抽象数据访问类,由它派生出的SqlHelper使用很广泛,PDF.NET数据开发框架内部按照AdoHelper的接口做了一个自己的实现,下面简单说明一下怎么用它使用存储过程。 【mysql】 【数据库】 【配置】 【DB】 【test】 【存储过程】 【开发框架】 …[获取更多] Nov 14 2017 系统运维工程师面试题及参考答案 Posted by mysql-云栖社区 on Tue 14 Nov 2017 09:30 UTC Tags: html, Apache, file, test, MySQL, 数据库, 性能, 存储, 端口映射, 模块, 磁盘, 面试题 1. raid0 raid1 raid5 原理与区别 raid0至少2块硬盘。吞吐量大 性能好 同时读写,但损坏一个就完蛋 raid1至少2块硬盘。相当于 一个镜像,一个存储。安全性比较高。但是性能比0弱 raid5至少3块硬盘。 【mysql】 【性能】 【Apache】 【模块】 【数据库】 【test】 【面试题】 …[获取更多] Nov 14 2017 将excel文件导入到数据库 Posted by mysql-云栖社区 on Tue 14 Nov 2017 09:12 UTC Tags: Blog, demo, Excel, csv, varchar, test, by, string, MySQL, 数据库, create, 面试题 参考:http://blog.csdn.net/jayxujia123/article/details/13684313 参考:http://kevin850115.iteye.com/blog/578142 MySQL官网:http://dev.mysql.com/doc/refman/5.7/en/load-data.html 学弟有个面试题,在群里问了下如何将excel文件导入到数据库。 【mysql】 【数据库】 【BY】 【string】 【test】 【面试题】 【demo】 …[获取更多] 表示 进入内容 421 去 430 的 1002 « 先前的 10 新的记录 | 下一步 10 较早的记录 » Oracle MySQL Blogs Oracle's MySQL Blog (35) MySQL 其他链接 MySQL Downloads MySQL Docs MySQL Bugs MySQL Forums