2029 件中 1461 - 1470 件を表示
« 前の 10 件 | 次の 10 件 »
Displaying posts with tag: MySQL (reset)
MySQL Clusterに外部キーがやってくる!!

タイトルのまんまなのだが、現在最新のラボ版(アルファ相当)であるMySQL Cluster 7.3で外部キーが追加された。外部キーのサポートがないのはRDBMSにとって割と致命的ではないかと思っていたのだが、これでようやくMySQL Clusterがその汚名を返上できることになる。

ダウンロード&インストールMySQL Cluster 7.3(ラボ版)はlabs.mysql.comからダウンロードできる。インストール方法は特にこれまでのバージョンのMySQL Clusterと変わらない。MySQL Clusterの使い方を知っている人はぜひ気軽に試して頂きたい。

外部キーの使い方はInnoDB(つまり通常のMySQL)とほとんど同じだ。詳しくは下記のエントリーを参照して頂きたい。

Foreign Keys in MySQL Cluster @ Andrew Morgan’s

MySQL Beginners Talk #mysqlbt で発表しました

MySQL Beginners Talk に行って喋ってきました。

初心者向けMySQLの始め方 View more presentations from Masahiro Tomita

匿名ユーザーとか不要なユーザーの削除まわりの話は、手で削除するんじゃなくて mysql_secure_installation を実行すればいいと Twitter で教えてもらいました。手で消すより簡単でミスもないのでいいですね。

あれ、 …

[さらに読む]
ゆかりの方々と


海外の会社に転職した知人の一時帰国にあわせて新宿にて。肉うまうま。その後はなぜかホルモンに流れチョミスルとか飲む。

Ruby/MySQL

最近 Rails でプログラム作ったりしてるのですが、Ruby/MySQLRails で使えないことがわかったので、1年以上放置していた Ruby/MySQL をいじって使えるようにしてみました。

Ruby/MySQL というのは Ruby スクリプトから MySQL

[さらに読む]
オープンソースカンファレンス2012岩手に参画

 岩手県で初の開催となるオープンソースカンファレンス岩手に、日本MySQLユーザ会(MyNA)として参画して参りました。
「ユーザ会として参加」と書くと時々誤解している方がいるのですが、MyNAが財産を持っているわけではないので、自費です、自費。
 http://www.ospn.jp/osc2012-iwate/





  …

[さらに読む]
Percona 2012 MySQL Conference all Presentations

http://www.percona.com/about-us/presentations/

Linux performance tuning & stabilization tips (mysqlconf2010)

Linux performance tuning & stabilization tips (mysqlconf2010) View more presentations from Yoshinori Matsunobu

How to judge the character string includes the numeral

SELECT  @min_value REGEXP '^[0-9]*$ INTO v_flag_min;

IF v_flag_min = 0 THEN
   no numeral
ELSE
   numeral
END IF;

The detail description as following:
http://dev.mysql.com/doc/refman/5.1/en/regexp.html

Exclusive: a behind-the-scenes look at Facebook release engineering

http://arstechnica.com/business/news/2012/04/exclusive-a-behind-the-scenes-look-at-facebook-release-engineering.ars

Listener starting Error with IFILE

When we start oracle listener, the command as following:
#export ORACLE_SID=db1
#lsnrctl start
but it display error as following:TNS-12541: TNS:no listener
why?
check the listener configuration as following:
#vi listener.ora
IFILE = /space1/oracle10g/oracle/OraHome1/network/admin/devdb_db1.lsr
IFILE = /space1/oracle10g/oracle/OraHome1/network/admin/devdb_db2.lsr
IFILE = /space1/oracle10g/oracle/OraHome1/network/admin/devdb_db3.lsr

we know the reason is listener.ora configuration format, we need start listener as following command.
#lsnrctl start devdb_db1
#lsnrctl start devdb_db2
#lsnrctl start devdb_db3

2029 件中 1461 - 1470 件を表示
« 前の 10 件 | 次の 10 件 »