Uhm, one thing I don't understand -- can you re-use an old server and give it new tables? That's what I'm doing. I share some SQL servers that have different functions (eg "updaters" holds both updater tables and log-in tables)
Printable View
Uhm, one thing I don't understand -- can you re-use an old server and give it new tables? That's what I'm doing. I share some SQL servers that have different functions (eg "updaters" holds both updater tables and log-in tables)
You REALLY should use a MySQL database for this.Quote:
Originally Posted by Ausomeman
Text files technically "work," but if you have multiple users accessing the server simultaneously, you could run into file locking issues (someone changes their password at the exact same time someone else logs in, etc), which could corrupt your file, or at the very least, error out.
Also, you don't want anyone to just point a web browser at your data.txt file, then your entire password list is exposed.