さて、今回はMySQLをインストールしていきましょう。インストールが完了すれば、データベースを操作できるようになります。 一般的に、Webサービスを作るためにはお手持ちのコンピュータに「ローカル開発環境」というものを構築して、そのなかでMySQLを ...
mysql_secure_installationを実行して最低限のセキュリティ設定を実施する mysql_secure_installation mysql_secure_installation実行時に設定可能な内容は以下の通り ...
One of the tasks nearly any sysadmin frequently encounters is the care and feeding of the MySQL database server. You can build an entire career around nothing but this topic—making you a DB admin, not ...
MySQL 5.7 で sudo 無しで mysql クライアントを root ユーザに接続する方法について。ついでにインストール直後に root のパスワードを設定する方法についても書いておく。 [はじめに] MySQL 5.7 では、インストール直後の root ユーザは管理者権限でないとログイン ...
We use Vargrant as our local virtual machine. We need choose ubuntu version and config vm information in Vagrantfile. In this practice chooses 18.04 of ubuntu, and below is Vagrantfile configuration.
I'm a big fan of MySQL. The community edition of the MySQL server, as the open-source database is formally known, is a popular choice for both development and deployment because it checks all the ...
オプションファイルには 「オプショングループ」 があり、 各MySQL関連プログラムはそれぞれ 「どのオプショングループを ...