mysql - Is it possible **to change an .sql file extension to like .myname** and still the software like wamp or sqlite can still read it? -
is possible to change .sql file extension .myname , still software wamp or sqlite can still read it??
-i thinking of possibilities changing file extension custom add db security.
using sqlite3 in python can select arbitrary file extension (as long [a-za-z]{1,...}) without hindering module in accessing database-file.
note, however, changing default file-extension different arbitrary 1 not increase (or decrease matter) security of data stored in database in way.
you'd have test if other (sqlite-)implementations allow custom extensions well, either way, have not impact whatsoever on security.
Comments
Post a Comment