Unique Posted April 29, 2020 Share Posted April 29, 2020 Hey, i got some problem, in console i have database error.. like: MYSQL ERROR [QUERY] SELECT * FROM `marijuanaplants` [ERROR] 1146: Table 'roleplay.marijuanaplants' doesn't exist MYSQL ERROR [QUERY] SELECT * FROM vendingmachines [ERROR] 1146: Table 'roleplay.vendingmachines' doesn't exist MYSQL ERROR [QUERY] SELECT id FROM clothes WHERE owner=63 [ERROR] 1146: Table 'roleplay.clothes' doesn't exist MYSQL ERROR [QUERY] DELETE FROM `vehicles_notes` WHERE `vehid`='3' [ERROR] 1146: Table 'roleplay.vehicles_notes' doesn't exist Maybe someone know how to fix this? Link to comment
Moderators Patrick Posted April 29, 2020 Moderators Share Posted April 29, 2020 Tables are not exists in the database. Link to comment
Unique Posted April 29, 2020 Author Share Posted April 29, 2020 (edited) 1 hour ago, Patrick said: Tables are not exists in the database. there are exists or.. i need remake like roleplay.vehicles_notes? like database name.. idk Edited April 29, 2020 by Danex Link to comment
Moderators Patrick Posted April 29, 2020 Moderators Share Posted April 29, 2020 36 minutes ago, Danex said: or.. i need remake like roleplay.vehicles_notes? like database name.. idk Database name need to be roleplay Link to comment
Moderators IIYAMA Posted April 30, 2020 Moderators Share Posted April 30, 2020 4 hours ago, Danex said: Someone else mby? I am not sure if you can run this with dbQuery, but never the less give it a try. SHOW FULL TABLES 1 Link to comment
Spakye Posted May 1, 2020 Share Posted May 1, 2020 I see one little mistake, in your errors messages you use vehicles_notes and in your screenshot of the db you use vehicle_notes Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now