View Single Post
Author Message
grkmkprl
Junior Member
Join Date: Sep 2017
Old 09-26-2018 , 12:17   SQL Insert error: no such table: results333 (Speedrun)
Reply With Quote #1

Hello everyone,i have a problem and i need help.I have a speedrun plugin and had problem on mod.I worked on it a little and I encountered another problem.Speedrun mod linked with mysql.In this way, the time on the map is recorded in the database,anyway.There is a separate plugin for each fps segment(100-200-250-333-500-1000)
I installed phpmyadmin and i created database(drstats)


(sql.cfg here)
Code:
amx_sql_host    "127.0.0.1" 
amx_sql_user    "root" 
amx_sql_pass    "" 
amx_sql_db        "amx" 
amx_sql_table    "admins" 
amx_sql_type    "mysql"

amx_drstats_host "127.0.0.1"
amx_drstats_user "root"
amx_drstats_pass "root1234"
amx_drstats_db "drstats"
I am sure this information is correct.Time counter and dr_finish is running smoothly but time does not register in the database.Because hlds writes errors in console.
(SQL Insert error: no such table: results333) I know what that means,I created a table named results333 in drstats db.But I keep getting the same error,what may be this?


The database looks like this: http://i.hizliresim.com/WDjRM8.png
grkmkprl is offline