#author("2024-05-23T14:34:40+00:00;2012-12-01T13:02:42+00:00","default:sysosa","sysosa") #author("2024-05-23T14:38:46+00:00;2012-12-01T13:02:42+00:00","default:sysosa","sysosa") ■無料で使えるDBたち |BGCOLOR(yellow):名称|BGCOLOR(yellow):CPU|BGCOLOR(yellow):メモリー|BGCOLOR(yellow):DBサイズ|BGCOLOR(yellow):備考| |Oracle Database&br;Express Edition 11g Release 2| 何個でもいいみたい&br;Standardみたい? | 1GB | 11GB | | |Microsoft® SQL Server®&br;2012 Express|4coreまで&br;HTもcoreとしてカウントします|1GB|全てのデータファイル合計で10GB以内|ログファイルは制限なし| MySQLやPostgreSQLらはもちろん無料で使えます。 メモ [[MySQL]] [[PostgreSQL]] [[MariaDB]] ***MariaDBとMySQLバージョン互換 [#me432aad] |BGCOLOR(YELLOW):MariaDB|BGCOLOR(YELLOW):MySQL|BGCOLOR(YELLOW):互換| |10.[234]|5.7|限定的な互換| |10.[01]|5.6|InnoDBのみ. 違いあり| |5.5|5.5|| |5.[123]|5.1|| OS対応 |BGCOLOR(YELLOW):mariadb|BGCOLOR(YELLOW):CentOS7|BGCOLOR(YELLOW):RoclyLinux8|BGCOLOR(YELLOW):RoclyLinux9|BGCOLOR(YELLOW):Ubuntu20.04|BGCOLOR(YELLOW):Ubuntu22.04|BGCOLOR(YELLOW):Ubuntu24.04|BGCOLOR(YELLOW):備考| |10.11.x|-|-|10.11.6|-|-|10.11.7|長期サポート(2028.02まで)| |10.6.xx|-|-|-|-|10.6.7&br;10.6.16|-|長期サポート(2026.07まで)| |10.5.xx|-|10.5.22|10.5.22|-|-|-|長期サポート(2025.06まで)| |10.3.xx|-|10.3.39|-|10.3.22&br;10.3.39|-|-|[[XDMoD]]10.5 10.3.17+対応| |10.2.xx|-|10.2.39|-|-|-|-|| |5.5.xx|5.5.68|-|-|-|-|-|[[XDMoD]]10.0 5.5.3+対応| [[XDMoD]] XDMoD 10.0はMariaDB/MySQLの5.5.3+対応 ***wwwsqldesigner [#w2de1644] 手軽にE-R図をweb上で描ける代物。 #code{{ wget http://wwwsqldesigner.googlecode.com/files/wwwsqldesigner-2.7.zip cd /var/www/html unzip ~/wwwsqldesigner-2.7.zip mv wwwsqldesigner-2.7 wwwsqldesigner vi js/config.js DEFAULT_DB: "postgresql", DEFAULT_LOCALE: "jp", DEFAULT_BACKEND: ["php-file"], chmod 775 wwwsqldesigner/backend/php-file/data chgrp apache wwwsqldesigner/backend/php-file/data vi /etc/httpd/conf.d/wwwsqldesigner.conf <Directory "/var/www/html/wwwsqldesigner"> order allow,deny allow from 192.168.0. DirectoryIndex index.php index.html </Directory> /etc/init.d/httpd configtest /etc/init.d/httpd restart }}