データベースを作成する際に、 皆さんはどんな名前を設定しますか。たぶん私もそうですが、 基本的には英語で構成することが多いと思います。この連載でも第2回MySQLにはじめてのデータを入れてみる等でテストデータベースを作成したりしていましたが ...
MySQLでは、いくつかのALTER TABLEの操作は即時に完了できます。MySQL 8. 0から導入されたInstant DDL機能や、メタデータの変更のみで完結する機能により、そのような操作が可能になりました。今回は、MySQLで即時に完了するALTER TABLEの操作についてまとめてみよう ...
If somebody accidentally drops a critical table in MySQL, the application no longer works. The solution to this problem is to utilize the (open source) Zmanda Recovery Manager. You are a MySQL ...
Dynamic PHP pages give you the option to choose a MySQL table dynamically from which to query. You must ensure that the table exists before running a query on the table. PHP has a quick function that ...
Don't be afraid of using your chosen database's command-line client. I might as well say this up front: I don't like using GUI (aka non-command-line or graphical) tools with my databases. This is ...