2006-06-20から1日間の記事一覧

防忘録mysqlのコマンドライン

#{....}てのは名前の部分■MySQLにrootユーザーでログインする $mysql -u root ■パスワードを変更する: >mysql set password for #{user}@#{host}= password('#{passwd}') ■データベースを作る >mysql create database #{db}; ■データベースを見る >mysql sho…