首页 > 站长资讯平台 > 网络编程 > mysql database
  • 修改MySQL数据库字符集

    Preface I've demonstrated how to change character set in Oracle database in my previous blog.Now,I'm gonna do the similar operation in MySQL database,Let's see the difference of details. Example Create a test table. 1 root@localhost:mysql3306.sock [...

    2018-07-16 02:48:21 mysql database

  • Linux 上使用 backup-manager 进行系统备份

    无论简单与否,我们都有机会去了解这么一件事,那就是备份的重要性从来都不可以被低估。考虑到备份的方法真的多如牛毛,你可能想要知道怎样来有效地为你的系统选择正确的工具和和合适的策略。 在本文中,我将为你介绍backup-manager,一个简单易用的命令行备份工具,在...

    2018-07-13 08:57:16 wordpressmysql database

  • 利用sysbench进行MySQL OLTP基准测试

    Preface In order to know clearly about the real performance threshold of database server,we usually do database benchmarks.What's it?It's similar with preasure test of database in the whole system.The difference is that the database benchmark may no...

    2018-07-03 01:11:01 mysql database

  • centos 6.5下 mysql-community-server. 5.7.18-1.el6安装

    使用下面的命令检查是否安装有MySQL Server [ root@localhost etc ] # rpm - qa | grep mysql // 这个命令就会查看该操作系统上是否已经安装了mysql数据库 有的话,我们就通过 rpm -e 命令 或者 rpm -e --nodeps 命令来卸载掉 [root@localhost ~]# rpm -e mysql // 普...

    2018-06-23 13:25:30 启动mysqlmysql database防火墙配置

  • Python 3 and MySQL

    http://stackoverflow.com/questions/4960048/python-3-and-mysql up vote 61down votefavorite 20 I am using ActiveState Python 3 on Windows and wanted to connect to my MySQL database. I heard that mysqldb was the module to use. I can't find mysqldb for...

    2018-06-23 13:24:11 mysql database

  • MySQL备份恢复之mysqldump

    Preface The day before yesterday,there's a motif about the lock procedure when backing up MySQL using mysqldump or Xtrabackup in "Ask Ye" which is like a kind of QA originated by Mr. Ye. In my essay today,I'm gonna use the tool mysqlsump to do some...

    2018-06-18 01:43:48 mysql database

  • MySQL 8.0.11安装配置

    官网地址: https://dev.mysql.com/downloads/mysql/ 我这里是RHEL6.5的系统,因此选择RedHat 6 x86,64bit操作系统---下载第一个RPM Bundle即可--mysql-8.0.11-1.el6.x86_64.rpm-bundle.tar。 目前MySQL8.0.11社区版提供了多种多样的安装方式,你也可以通过下载Linux G...

    2018-06-18 01:32:59 mysql databasemysql用户sql工具

  • mysql、mariadb安装和多实例配置

    本文介绍mysql各种安装方法(rpm/glibc通用二进制/源码编译)以及多实例配置的方法,没什么技术,算是一篇方法归总文章。 本文的安装环境为centos6.6和centos7.2,但大多数地方都以centos6.6作为演示示例。 本文安装MySQL时,它们的运行身份为mysql,数据目录datadir为/m...

    2018-06-18 00:17:51 mysql安装启动mysqlmysql databasemysql用户mysql运行sql安装sql实例

  • 关于日常使用Azure MySQL中遇到的连接问题以及排查方法分享

    由于防火墙问题,TCP keep alive 问题,以及 MySQL 自身的参数问题这三个在使用中比较常见,所以今天就分享下自己找到的排查方法。 今天先聊一聊防火墙问题 大多数人在第一次创建 MySQL database on Azure 实例之后便开始尝试连接。但是往往遇到的结果不是连接成功而是...

    2018-06-18 00:07:00 mysql database

  • 在 Azure 上创建和链接 MySQL 数据库

    本快速入门介绍了如何使用 Azure 门户创建并连接 MySQL 数据库。在本教程中完成的所有操作均符合 1元试用条件。 开始之前 如果您还没有 Azure 账户,可以申请1 元试用账户 步骤1:创建 MySQL Database on Azure 1. 登录到 Azure 门户,点击“+新建”-“Databases”-“A...

    2018-06-18 00:04:28 mysql database