rayhanalka Posted February 1, 2017 Posted February 1, 2017 (edited) hi anyone can help me about this? actually the server running fine. But the picture shownthese SQL error why?... Edited February 1, 2017 by rayhanalka Quote
0 Sryx Posted February 1, 2017 Posted February 1, 2017 (edited) CREATE TABLE IF NOT EXISTS `logs` ( `time` datetime NOT NULL default '0000-00-00 00:00:00', `ip` varchar(15) NOT NULL default '', `user` varchar(23) NOT NULL default '', `rcode` tinyint(4) NOT NULL default '0', `log` varchar(255) NOT NULL default '', INDEX (`ip`) ) ENGINE=MyISAM ; You're missing "logs" "table" which has the same column of "loginlogs" from "logs.sql". Use the code to create "logs" table. Edited February 1, 2017 by Sryx 1 Quote
0 rayhanalka Posted February 1, 2017 Author Posted February 1, 2017 4 hours ago, Sryx said: CREATE TABLE IF NOT EXISTS `logs` ( `time` datetime NOT NULL default '0000-00-00 00:00:00', `ip` varchar(15) NOT NULL default '', `user` varchar(23) NOT NULL default '', `rcode` tinyint(4) NOT NULL default '0', `log` varchar(255) NOT NULL default '', INDEX (`ip`) ) ENGINE=MyISAM ; You're missing "logs" "table" which has the same column of "loginlogs" from "logs.sql". Use the code to create "logs" table. thank you, it's work like magic Quote
Question
rayhanalka
hi anyone can help me about this?
actually the server running fine. But the picture shownthese SQL error why?...
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.