+ -
  • 读取MySQL的log方法
    读取binlog,方法有二: 1.使用mysqlbinlog,详细用法,请参考MySQL手册 2.使用MySQL的自带工具,SHOW BINLOG EVENTS 读取relaylog,在5.4.4以后能使用show relay l
    sunss  时间:2011-06-17 + 阅读全文
  • mysql密码和登录问题
    ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO) 解决办法: #修改数据库root用户口令 # mysqld_sa
    wangzh3  时间:2011-06-14 + 阅读全文
  • mysqlhotcopy正则使用小技巧
    mysqlhotcopy 是MySQL的热备工具,详细请看手册 ,为了安全起见我们给热备分配个用户: grant select, reload, lock tables on *.* to 'hotcopy'@'localhost' identi
    sunss  时间:2011-06-10 + 阅读全文
  • mysql数据库字符编码修改
    修改数据库的字符集 mysql>use mydb mysql>alter database mydb character set utf8; 创建数据库指定数据库的字符集 mysql>create da
    ljh22  时间:2011-06-09 + 阅读全文
  • MySql远程连接数据库is not allowed to connect to this MySQL server
    1。 改表法。可能是你的帐号不允许从远程登陆,只能在localhost。这个时候只要在localhost的那台电脑,登入mysql后,更改 "mysql" 数据库里的 "user" 表里的 "host" 项,从"localhost"改称"%" S
    ljh22  时间:2011-06-08 + 阅读全文
  • red hat el 5 安装mysql5.0
        1.由于redhat Enterprise 5 中自带一个mysql的版本,如果在安装linux前未选择mysql的安装此步就可跳过,因为我当时安装了现在将其卸载 ,步骤如下:   &nb
    ljh22  时间:2011-06-08 + 阅读全文
  • mysql数据日常备份
    vi /usr/local/sbin/mysqlbak.sh 输入以下内容: #! /bin/bash # 这个脚本每小时x:00运行 #Nginx日志文件的存放路径 log_dir=/var/log/jbmon/back
    wenanry  时间:2011-06-07 + 阅读全文
  • mysql cluster配置参数更新
    按照'Get MySQL Cluster Running-Linux'上的步骤,进行到如下步骤时: [cuser1@localhost my_cluster]$ /home/cuser1/mysqlc/bin/ndb
    番茄侠  时间:2011-06-07 + 阅读全文
  • C#操作MySQL数据库的简单例子
    本示例演示了用C#操作MySQL的方法,提供了三个可重用的类MySqlDBUtil,MySqlPageUtil,Page。 本示例由 C#操作Access数据库的简单例子修改而来。 1.首先下载MySQL数据库的.NET驱动 http://d
    hyruur  时间:2011-06-07 + 阅读全文
  • mysql 忘记密码 后的修改测试可用
    第一步@ 打开cmd 运行命令 net stop mysql 停止mysql服务 第二部@ 进入mysql安装目录的 bin文件夹下 运行 mysqld-nt  --skip-grant-tables   &
    妖*小夜  时间:2011-06-07 + 阅读全文
 

热门应用

更多