teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

1

hoge

2016/10/08 13:18

投稿

drer
drer

スコア20

title CHANGED
File without changes
body CHANGED
@@ -82,7 +82,7 @@
82
82
  print('<!doctype html>\n<body>')
83
83
 
84
84
  s = MainSys('name', 'mail', 'message')
85
- s.set_con('localhost', 'root', 'mirohitogagominoyouda', 'keiziban', 'utf8')
85
+ s.set_con('localhost', 'root', 'pass', 'keiziban', 'utf8')
86
86
 
87
87
  def show():
88
88
  for wd in iter(s.read_db('select name, mail, message from keiziban.usershow')):