うんちく ユーザpostgresのパスワードを変える postgres@hackkit:~$ psql template1 Welcome to psql 8.1.18, the PostgreSQL interactive terminal. Type: ¥copyright for di... 2020.10.04 うんちく
うんちく NTPサーバー ■NTPサーバーインストール # yum -y install ntp ■NTPサーバー設定 # vi /etc/ntp.conf ← ntp設定ファイル編集 # Hosts on local network are less restri... 2020.10.03 うんちく
うんちく MySQLインストール MySQLをインストール # yum -y install mysql-server 設定ファイルを編集 # vi /etc/my.cnf datadir=/var/lib/mysql socket=/var/lib/mysql/mysql... 2020.10.02 うんちく
うんちく MySQLをコマンドで操作 user@ubuntu:~$ mysql -u root -p (-p:パスワードを求めるプロンプトが表示されます。) Enter password: mysqlのrootのパスワードを入力します データベースを確認します。 mysql> ... 2020.10.01 うんちく