質問編集履歴
1
hoge
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', '
|
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')):
|