How do I use pl/sql in mysql? [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 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

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?

Moving data from Mysql to Db2 [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.
Has anyone worked on moving data from MySQL to Db2, I am looking for options to move data from mysql to Db2.
Any help is much appreciated.
You try IBM Data Movement Tool.
Please refer: https://www.ibm.com/developerworks/data/library/techarticle/dm-0906datamovement/

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.

Which Database is suitable for classifieds website? [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'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?