LoginSignup
1
1

More than 3 years have passed since last update.

メモ: MySQL 4.0 と 4.1 の違いについて

Last updated at Posted at 2019-11-27

ベンチマークテストの結果

MySQL 4.0 : CentOS 8 で ベンチマークテストが失敗する(ATISなど)。
そのため 4.0を使えるのはCentOS 7まで。
MySQL 4.1 : CentOS 8 で ベンチマークテストは9つ全て成功する。

4.0から4.1に上げる前の動作確認

/etc/my.cnf
[mysqld-4.0]
new

newオプションをつけると、4.1モードの動作確認ができる。

注意する点

/etc/my.cnf
[mysqld-5.0]
old-passwords

varcharも長さが変わったので注意。
4.0→5.0 : varchar(100)→varchar(33)

その他

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1