For all you webmasters! - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Skype & Technology (/forumdisplay.php?fid=9) +---- Forum: Tech Talk (/forumdisplay.php?fid=17) +----- Thread: For all you webmasters! (/showthread.php?tid=82052) For all you webmasters! by Quantum on 03-02-2008 at 09:10 AM
If you had a CMS, would you use MYSQL, Sqlite or textfile? RE: For all you webmasters! by NanaFreak on 03-02-2008 at 09:13 AM MySQL ftw RE: For all you webmasters! by Quantum on 03-02-2008 at 09:14 AM But, whats the fastest? RE: For all you webmasters! by -dt- on 03-02-2008 at 09:53 AM
quote:mysql since its running as a service RE: For all you webmasters! by Matti on 03-02-2008 at 10:41 AM
MySQL is a service, it allows multiple connections at once, is easy to manage,... Seriously, if you learn how to use MySQL in PHP, you won't EVER want to use *.txt files anymore! RE: For all you webmasters! by Quantum on 03-02-2008 at 10:42 AM Yeah, or a .db. I can't have MYSQL know so its txt or db? RE: For all you webmasters! by Eddie on 03-02-2008 at 12:44 PM I've moved into MySQL / PHP development stuff now, very good definately MySQL! RE: For all you webmasters! by Menthix on 03-02-2008 at 01:19 PM
Saving data to a plain text file is never desirable for a website, like Mattike said, it creates a lot of potential problems. RE: For all you webmasters! by Quantum on 03-02-2008 at 02:13 PM So out of txtfiles and Sqlite i should use sqlite, right? RE: For all you webmasters! by Menthix on 03-02-2008 at 02:21 PM Exactly. |