2020-10

スポンサーリンク
うんちく

ユーザpostgresのパスワードを変える

postgres@hackkit:~$ psql template1 Welcome to psql 8.1.18, the PostgreSQL interactive terminal. Type:  ¥copyright for di...
うんちく

NTPサーバー

■NTPサーバーインストール # yum -y install ntp ■NTPサーバー設定 # vi /etc/ntp.conf ← ntp設定ファイル編集 # Hosts on local network are less restri...
うんちく

MySQLインストール

MySQLをインストール # yum -y install mysql-server 設定ファイルを編集 # vi /etc/my.cnf datadir=/var/lib/mysql socket=/var/lib/mysql/mysql...
うんちく

MySQLをコマンドで操作

user@ubuntu:~$ mysql -u root -p (-p:パスワードを求めるプロンプトが表示されます。) Enter password: mysqlのrootのパスワードを入力します データベースを確認します。 mysql> ...
スポンサーリンク