支持MySql一把
以下转自 Osss.cn 邮件,请使用过、正在使用或者支持开源的朋友支持一下MySql,谢谢。
也希望教育部、科技部给予直接支持!
大家好:今天看到这则新闻,与大家共享一下,MySQL创始人希望中国商务部能介入Oracle&Sun收购案,好像并没有实质进展。而俄罗斯联邦反垄断机构在上周展开调查。如果需要商务部受理此事,是否需要中国开源软件推进联盟帮助?
据路透社消息,MySQL创始人Michael Widenius 现在正在寻求中国和俄罗斯政府的帮助,以反对Oracle
收购Sun公司,Michael Widenius 之前呼吁欧盟停止此项交易,但根据现有的情况来看,欧盟或将批准此项交易。为此Michael
Widenius正在寻求中国政府的帮助,他指出目前在全球中有超过3万MySQL用户签名表示反对此项交易,希望有更多的人参与进来。网址是
helpmysql.org。
Widenius现在希望中国商务部和俄罗斯联邦反垄断机构能介入此事,阻止交易事件进一步发展。“他们非常强大,自信和开源友好的国家,他们完全有权利和机会在这件事上做的比欧盟更好”,Widenius说。目前俄罗斯联邦反垄断机构已经就此事介入调查。
来源:http://osss.cn/news/2010/01/19/mysql%E5%88%9B%E5%A7%8B%E4%BA%BA%EF%BC
%9A%E5%B8%8C%E6%9C%9B%E5%BE%97%E5%88%B0%E4%B8%AD%E5%9B%BD%E6%94%BF%E5%BA%9C%E7%9A%84%E5%B8%AE%E5%8A%A9/
路透社报道:http://www.reuters.com/article/idUSTRE60G1Z120100117
Osss.cn 开源社区
Http://osss.cn
相关文档:
启动Mysql 错误 1067 进程意外终止的一种解决方法
mysqld-nt --defaults-file=my.ini --standalone --console
查看信息内容
发现MYSQL INNODB初始化错误。
错误如下:
InnoDB: The first specified data file .\ibdata1 did not exist:
InnoDB: a new database to be created!
100115 10:14:04 InnoDB: Setti ......
create procedure all_joiner_message( in captions varchar(255), in contents text, in objectid int, in types int , out count int)
begin
declare userids int;
DECLARE _done IN ......
Love in coding...
Free and Susan
[引]MySQL INNODB类型表的外键关联设置
Here is a simple example that relates parent and child tables through a single-column foreign key:
CREATE TABLE parent (id INT NOT NULL,
......
Each MySQL Cluster host computer running an SQL node must have
installed on it a MySQL binary. For management nodes and data
nodes, it is not necessary to install the MySQL server binary, but
management nodes require the management server daemon
......
Starting the cluster is not very difficult after it has been configured. Each cluster node process must be started separately, and on the host where it resides. The management node should be started first, followed by the data nodes, and then finally by any SQL nodes:
On the management host, issu ......