A monthly overview of things you need to know as an architect or aspiring architect. Unlock the full InfoQ experience by logging in! Stay updated with your favorite authors and topics, engage with ...
MySQLに限らずRDBMSを利用・ 運用していると、 よくDBのデータを変換したくなることがあると思います。その際に、 クライアントから人手で実行すると、 オペレーションのミスやコピペのミスなどで問題が発生してしまうことがあります。また、 複数行に ...
MySQLでは、プライマリキー (主キー) がないテーブルが存在すると、運用中に問題になるケースが多々あります。そのため、MySQL運用者はプライマリキーをないテーブルを作成しようとしている開発者に対して、必ずプライマリキーを設定するように注意を ...
I'm working on a web app, and it part of it, there is a very simple database-driven file/document manager. As a file manager, there is the possibility of sub-folders. So in the DB, I have the ...