V2EX = way to explore
V2EX 是一个关于分享和探索的地方
Sign Up Now
For Existing Member  Sign In
V2EX  ›  nonozone  ›  全部回复第 46 页 / 共 70 页
回复总数  1392
1 ... 42  43  44  45  46  47  48  49  50  51 ... 70  
root@debian /home# mysqld
130702 3:14:54 [Note] Plugin 'FEDERATED' is disabled.
130702 3:14:54 InnoDB: Initializing buffer pool, size = 8.0M
130702 3:14:54 InnoDB: Completed initialization of buffer pool
InnoDB: Log scan progressed past the checkpoint lsn 0 41789036
130702 3:14:54 InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
InnoDB: Doing recovery: scanned up to log sequence number 0 42340688
InnoDB: 1 transaction(s) which must be rolled back or cleaned up
InnoDB: in total 1 row operations to undo
InnoDB: Trx id counter is 0 372480
130702 3:14:55 InnoDB: Starting an apply batch of log records to the database...
InnoDB: Progress in percents: 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99
InnoDB: Apply batch completed
InnoDB: Starting in background the rollback of uncommitted transactions
InnoDB: Cleaning up trx with id 0 328576
130702 3:14:55 InnoDB: Rollback of non-prepared transactions completed
130702 3:14:55 InnoDB: Started; log sequence number 0 42340688
130702 3:14:55 [Note] Event Scheduler: Loaded 0 events
130702 3:14:55 [Note] mysqld: ready for connections.
Version: '5.1.66-0+squeeze1' socket: '/var/run/mysqld/mysqld.sock' port: 3306 (Debian)
130702 3:14:56 InnoDB: Assertion failure in thread 2949757808 in file ../../../storage/innobase/fsp/fsp0fsp.c line 3 341
InnoDB: We intentionally generate a memory trap.
InnoDB: Submit a detailed bug report to http://bugs.mysql.com.
InnoDB: If you get repeated assertion failures or crashes, even
InnoDB: immediately after the mysqld startup, there may be
InnoDB: corruption in the InnoDB tablespace. Please refer to
InnoDB: http://dev.mysql.com/doc/refman/5.1/en/forcing-innodb-recovery.html
InnoDB: about forcing recovery.
10:14:56 UTC - mysqld got signal 6 ;
This could be because you hit a bug. It is also possible that this binary
or one of the libraries it was linked against is corrupt, improperly built,
or misconfigured. This error can also be caused by malfunctioning hardware.
We will try our best to scrape up some info that will hopefully help
diagnose the problem, but since we have already crashed,
something is definitely wrong and this may fail.

key_buffer_size=16777216
read_buffer_size=131072
max_used_connections=0
max_threads=151
thread_count=0
connection_count=0
It is possible that mysqld could use up to
key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 345939 K bytes of memory
Hope that's ok; if not, decrease some variables in the equation.

Thread pointer: 0x0
Attempting backtrace. You can use the following information to find out
where mysqld died. If you see no messages after this, something went
terribly wrong...
stack_bottom = 0 thread_stack 0x30000
mysqld(my_print_stacktrace+0x2d) [0xb753e8ad]
mysqld(handle_fatal_signal+0x4a4) [0xb7322e64]
[0xb6f6a400]
/lib/i686/cmov/libc.so.6(abort+0x182) [0xb6c8dbb2]
mysqld(fseg_free_step_not_header+0x203) [0xb742ccf3]
mysqld(+0x513a20) [0xb749ba20]
mysqld(+0x513f13) [0xb749bf13]
mysqld(trx_purge_fetch_next_rec+0x85) [0xb749c055]
mysqld(row_purge_step+0x42) [0xb747b912]
mysqld(que_run_threads+0x5b0) [0xb7466ea0]
mysqld(trx_purge+0x385) [0xb749a035]
mysqld(srv_master_thread+0xf80) [0xb7490330]
/lib/i686/cmov/libpthread.so.0(+0x5955) [0xb6f50955]
/lib/i686/cmov/libc.so.6(clone+0x5e) [0xb6d2c1de]
The manual page at http://dev.mysql.com/doc/mysql/en/crashing.html contains
information that should help you find out what is causing the crash.
@54dev 很奇怪啊,mysql没有输入log,log文件是空的。
@xingxiucun 启动了
@breeswish 这个看起来不错,怎么新建tab?
刚刚把puttytm升级到最新版比较好用了。使用putty shell的好处就是不需要安装一个什么软件,直接拖到putty目录就可以了,文件大小一般不超过500k。
实在米有办法,然后就把mysql卸载掉再重装,数据库终于可以弄回来了。如果真的想这么操作,找一台主机安装好mysql,然后把/var/lib/mysql里的所有文件copy过去,应该也是可以的。
看了my.conf配置,目录在/var/lib/mysql 下面,然后我把需要的两个数据库的文件夹直接转移到另外一台服务器的对应目录下,打开phpmyadmin之后,可以看到这两个数据库,甚至数据库名字后面还有显示这个数据库包含表格的数量,但是点进去,这个数据库是空的,这个要怎么处理啊?
mysql没有启动的情况下,怎么把数据库导出来?
@ritksm 没有这两个文件。
/var/log 下面确实有一堆mysql.err ,mysql.log.1.gz 神马的,不过都是空文件。
@solo7net linux...debian
2013 年 7 月 1 日
回复了 nonozone 创建的主题 问与答 拆卸下来的笔记本显示屏,要如何才可以外接?
恩,谢谢楼上两位,已经在淘宝买了一个兼容的板子,等到手了试试。
@cst4you 以前是可以用的,就这两天不行了,并且访问twitter其他的都正常就是访问google不行。
2013 年 6 月 25 日
回复了 nonozone 创建的主题 问与答 求推荐一款打印一体机,最好是可以自己加碳粉的
@DFC 好的,谢谢,打算整个1216。
2013 年 6 月 25 日
回复了 nonozone 创建的主题 问与答 求推荐一款打印一体机,最好是可以自己加碳粉的
@tension 谢了,不过这个是公司要的,不是我个人用的。
2013 年 6 月 24 日
回复了 nonozone 创建的主题 问与答 求推荐一款打印一体机,最好是可以自己加碳粉的
@kennedy32 这个就是看留言好像不能换碳粉的样子。
2013 年 6 月 24 日
回复了 nonozone 创建的主题 问与答 求推荐一款打印一体机,最好是可以自己加碳粉的
@kennedy32 就是不用更换硒鼓,而是自己填充碳粉。后来找了这款HP 1216.
我觉得这个可能就是搞技术的跟搞市场销售的区别吧。

搞技术的很容易对自己的过于自信,好歹是自己的孩子,怎么看怎么好,就算有不足,也觉得有潜力可以挖,对市场规模也可以的过于笼统,比如觉得全国骑车的人有很多很多,就想当然的觉得你那个东西市场规模有多少多少亿,这种是很天真纯粹的想法。

要上一个项目,最简单最基本的起码要来个SWOT分析下自己吧。并且目前就我一个外人眼光来看,也不是怎么了解你项目,大概知道跟自行车有关,无非就是一个跟骑行有关的社交网络之类,包含数据分析分享之类的吧,希望没有猜错。有很多称之为项目的东西压根就算不上一个项目,就跟有些人现在跟人谈话,动不动就说我有一个项目之类,其实就是开个小破店,说起来挺牛逼的。那你的这个东西到底有什么独特卖点,你的2K多收入是靠提供服务,还是仅仅是人家的捐助?你这个东西,怎么产生收益,或者别人为什么要买你的东西或者为什么要付费要你提供服务,这个问题要搞清楚。

上面是产品的部分,然后市场的部分,你有没有想过怎么去推广你的产品,除了请两个人发发帖子之类,推广了产品又采用哪些分销渠道,估计天天这些未必有想过,那投资人呢,肯定是喜欢相对成熟的产品以及一个相对成熟的思路,让投资人知道按照你的这些想法/搞法,能有几成把握做起来。很简单的道理,你到商店买皮鞋,现在一双鞋六七百块,店员起码要告诉你很多买这个鞋子有什么好处,逐步打消你的各方面顾虑你才肯掏钱对吧。现在你找投资人,人家要付的不是几百块,可能是几千,几万或者大几十万,你怎么去打消人家的各种顾虑?这个是你的工作和任务。

补充一句:销售并不是吹牛。不吹牛一样可以把销售做的很好。
2013 年 6 月 20 日
回复了 Ansen 创建的主题 分享发现 v2exer们,别久坐,有空多放松
貌似我也有一點...有一段時間還出血了
因为我是文科生看不懂还是怎么滴?管他雨是横着下还是斜着下,除了水缸沿附近的雨滴,这滴雨不都是会落到缸里?还需要计算什么cos,sin之类?就算是有不同,误差范围对整个缸的水真的够大么?
1 ... 42  43  44  45  46  47  48  49  50  51 ... 70  
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   992 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 23ms · UTC 19:03 · PVG 03:03 · LAX 12:03 · JFK 15:03
♥ Do have faith in what you're doing.