Good point sleipnir.
In investigating the problem, I noticed, when I went to the "Security" tab on the "Properties of the "DATA" directory beneath the "mySQL" directory, that "AUTHENTICATED USERS" did not have certain permissions on that directory. I...
Newbie. Loaded mySQL. Appears to work fine, except when I want to DROP a table, or a database.
For instance, if I CREATE a database and then I type DROP DATABASE KensDB, I get the following error:
ERROR 1009: Error dropping database (can't delete '.\KensDB\#sql-300_6.frm'.errno:473312)
There...
I know that I can store boolean data (Yes/No) as a TINYINT or as an ENUM.
But which is better, in the long run?
I am carefully planning-out an application which will, eventually, contain a very, very large table with a couple of these boolean fields.
Both will occupy a single byte for a...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.