Which Database is suitable for classifieds website? [closed] - mysql

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I'm developing a classifieds website with Django framework, But i don't know which Database is suitable for this project? PostgreSQL or MySQL ?

Either one will work; the only limitation is your skill. Which one do you know better?

Related

MySQL online testing tool [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
is there an online tool for MySQL (or just SQL) that lets me quickly test some ideas that come to my mind randomly?
Like JSFiddle for HTML/CSS/JS
Or http://writecodeonline.com/php/ for PHP?
Something like this but for MySQL.
Thanks in advance.
Are you looking for something like this?
http://sqlfiddle.com/ or http://sqltest.net/

How do I write a database application that can be compiled in both Delphi and Free Pascal? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
I'm writing a simple application which connects to MySQL, selects and updates some rows.
What is the standard or de-facto standard approach to working with databases so that the app compiles both on latest Delphi and FPC?

MySQL driver for node.js to work with Sphinx [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
Which drivers out there...
have support for all or most features of MySQL;
are actively maintained;
are asynchronous and support pipes;
can interface with Sphinx?
I've used a couple but this is my choice:
node-mysql
https://github.com/felixge/node-mysql
Well maintained and documented. The author is a node.js contributor and one of the founders of transloadit, I believe. As well as the author of node-formidable.

DATABASE: Mysql.com was hacked twice this year should we still use mysql for our database? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
Last March(2011)
http://techie-buzz.com/tech-news/mysql-com-database-compromised-sql-injection.html
This Month(2011)
http://www.pcworld.com/businesscenter/article/240609/mysqlcom_hacked_to_serve_malware.html
Actually, the database wasn't hacked. The database did exactly what it was supposed to.
The application in front of the database was hacked.
Use any database and put a foul lot of code directly touching tables and you'll end up with a hackable pile.

How do I use pl/sql in mysql? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I am struggling to create pl/sql blocks in mysql.
How do I create pl/sql blocks and make procedures, functions, triggers etc.
I'm happy to see detailed answers, tutorials or links.
Besides the MySql site there is a good book from O'reilly
http://oreilly.com/catalog/9780596100896