-
读取MySQL的log方法读取binlog,方法有二: 1.使用mysqlbinlog,详细用法,请参考MySQL手册 2.使用MySQL的自带工具,SHOW BINLOG EVENTS 读取relaylog,在5.4.4以后能使用show relay lsunss 时间:2011-06-17 + 阅读全文
-
mysql密码和登录问题ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO) 解决办法: #修改数据库root用户口令 # mysqld_sawangzh3 时间:2011-06-14 + 阅读全文
-
mysqlhotcopy正则使用小技巧mysqlhotcopy 是MySQL的热备工具,详细请看手册 ,为了安全起见我们给热备分配个用户: grant select, reload, lock tables on *.* to 'hotcopy'@'localhost' identisunss 时间:2011-06-10 + 阅读全文
-
mysql数据库字符编码修改修改数据库的字符集 mysql>use mydb mysql>alter database mydb character set utf8; 创建数据库指定数据库的字符集 mysql>create daljh22 时间:2011-06-09 + 阅读全文
-
MySql远程连接数据库is not allowed to connect to this MySQL server1。 改表法。可能是你的帐号不允许从远程登陆,只能在localhost。这个时候只要在localhost的那台电脑,登入mysql后,更改 "mysql" 数据库里的 "user" 表里的 "host" 项,从"localhost"改称"%" Sljh22 时间:2011-06-08 + 阅读全文
-
red hat el 5 安装mysql5.01.由于redhat Enterprise 5 中自带一个mysql的版本,如果在安装linux前未选择mysql的安装此步就可跳过,因为我当时安装了现在将其卸载 ,步骤如下: &nbljh22 时间:2011-06-08 + 阅读全文
-
mysql数据日常备份vi /usr/local/sbin/mysqlbak.sh 输入以下内容: #! /bin/bash # 这个脚本每小时x:00运行 #Nginx日志文件的存放路径 log_dir=/var/log/jbmon/backwenanry 时间: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://dhyruur 时间:2011-06-07 + 阅读全文
-
mysql 忘记密码 后的修改测试可用第一步@ 打开cmd 运行命令 net stop mysql 停止mysql服务 第二部@ 进入mysql安装目录的 bin文件夹下 运行 mysqld-nt --skip-grant-tables &妖*小夜 时间:2011-06-07 + 阅读全文