rpgforlife Posted April 20, 2014 Share Posted April 20, 2014 I had downloaded sqlbrowser from community.multitheftauto.com but i have added a wrong database name How can i delete that? Link to comment
Alexs Posted April 20, 2014 Share Posted April 20, 2014 how? https://wiki.multitheftauto.com/wiki/DbExec Link to comment
cheez3d Posted April 20, 2014 Share Posted April 20, 2014 fileDelete if it is an SQLite file or DbExec(connection,"DROP `database`") if it is a MySQL database. Link to comment
'LinKin Posted April 20, 2014 Share Posted April 20, 2014 executeSQLQuery("DROP TABLE IF EXISTS `tableName`") Link to comment
Karuzo Posted April 20, 2014 Share Posted April 20, 2014 He wants to drop a databse not a table. 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