私は次の表を作成する際に間違いを知りませんでしたか?mysqlを使用してテーブルを作成する際にエラーが発生しましたか?
create table users(Time int(11) not NULL,
userid text,group text,
jobs_running int(11),
jobs_pending int(11),
job_limit int(11),
run_failures int(11),
queues text,
ATP int(11),
pend_reasons int(11));
'group'はmysqlキーワードです。これをカラム名として使用しないでください –