码迷,mamicode.com
首页 >  
搜索关键字:hdu1569find the safe    ( 1683个结果
MySQL5.6 crash-safe replication一个坑
事情起因:唯品会一个DBA找到我,说他们的slave掉电,再重启服务器以后,同步复制就挂了,报1032和1062错误,首先排查了在从库上没有写操作,之后询问了他们的参数。这是他们的参数:sync_master_info=1 sync_relay_log_info=1 relay_log_info_repository=FILE参数意思是:sql..
分类:数据库   时间:2015-02-27 18:39:36    阅读次数:221
启动方式
/usr/sbin/asterisk -f -vvvg -c/etc/rc.d/init.d/asterisk/bin/sh /usr/sbin/safe_asterisk/usr/sbin/httpd/etc/rc.d/init.d/httpd/usr/sbin/apachectl/usr/sbi...
分类:其他好文   时间:2015-02-26 18:18:40    阅读次数:126
MySQL 主从复制搭建
MySQL 主从复制搭建1. 搭建1.1 MasterMaster配置(my.cnf)[mysqld]log-bin=/usr/local/mysql-5.6.16/log/mysql-binserver_id=1启动Master./bin/mysqld_safe --defaults-file=/...
分类:数据库   时间:2015-02-18 17:34:20    阅读次数:285
mysql忘记密码后如何重置??
mysql忘记密码后如何重置??背景:今天要用mysql数据库做测试,测试机上的mysql忘记密码了,怎么办呢?下面是解决办法。如果MySQL正在运行,首先杀之:killall-TERMmysqld。启动MySQL :/usr/bin/safe_mysqld--skip-grant-tables&就可以不需要密码就进入MySQL 了。然后就是..
分类:数据库   时间:2015-02-16 19:46:10    阅读次数:221
hdu 1015 Safecracker DFS解法 ,简单明了
Op tech briefing, 2002/11/02 06:42 CST === "The item is locked in a Klein safe behind a painting in the second-floor library. Klein safes are extremely rare; most of them, along with Klein and his factory, were destroyed in World War II. Fortunately old B...
分类:其他好文   时间:2015-02-12 16:12:49    阅读次数:174
解决方案:Warning: phpinfo(): It is not safe to rely on the system's timezone settings.
解决方案:Warning: phpinfo(): It is not safe to rely on the system's timezone settings....
分类:Web程序   时间:2015-02-12 14:02:44    阅读次数:128
MySQL Plugin 'InnoDB' init function returned error
. . 在MySQL的配置文件中,设定default-table-type=InnoDB,发现MySQL无法正常的启动,错误日志中给出了如下的信息:150210 18:11:19 mysqld_safe mysqld from pid file /data/mysqldata/mysql.pid e...
分类:数据库   时间:2015-02-10 20:08:07    阅读次数:158
菜鸟Linux 查看指定类别应用的系统限制。
今天我突然想要查看一下我的mysql的资源限制。首先:[root@blankec2-user]#psaux|grepmysqlroot32080.00.0110284848pts/0S+02:020:00grepmysqlroot319890.00.11150161672?SFeb040:00/bin/sh/usr/bin/mysqld_safe--datadir=/var/lib/mysql--socket=/var/lib/mysql/mysql.sock--pi..
分类:系统相关   时间:2015-02-06 15:16:40    阅读次数:230
ERROR 1418 (HY000): This function has none of DETERMINISTIC, NO SQL, or READS SQL DATA...
ERROR 1418 (HY000): This function has none of DETERMINISTIC, NO SQL, or READS SQL DATA in its declaration and binary logging is enabled (you *might* want to use the less safe log_bin_trust_function_creators variable) 查了一些资料,解决办法是把log_bin_trust_function_cr...
分类:数据库   时间:2015-02-05 18:33:40    阅读次数:220
ubuntu mysql 忘记密码
1,结束当前正在运行的mysql进程。 # /etc/init.d/mysql stop 2、用mysql安全模式运行并跳过权限验证。 # /usr/bin/mysqld_safe --skip-grant-tables 3、重开一个终端以root身份登录mysql。 # mysql -u root 4、修...
分类:数据库   时间:2015-02-05 00:53:38    阅读次数:170
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!