170 похожих чатов

Unpublished core team MySQL FAQ. Q: How much does MySQL cost? A:

MySQL is free!

Q: Why should I use MySQL?
A: MySQL is free!

Q: Who do I call if I find a bug in MySQL?
A: MySQL is free!

Q: Is database recovery automatic after the server crashes?
A: MySQL is free!

Q: Are all data changes recorded in the binary log?
A: MySQL is free!

Q: How do I get referential integrity?
A: MySQL is free!

Q: How do I get multi-user transaction control?
A: MySQL is free!

Q: What happens when ALTER TABLE ... SET NOT NULL encounters a NULL value?
A: MySQL is free!

Q: What happens to foreign keys when InnoDB is not running?
A: MySQL is free!

Q: How do I get snapshot isolation (multiversion concurrency control)?
A: MySQL is free!

Q: What happens when you divide by zero in MySQL?
A: MySQL is free!

Q: What happens when an application tries to insert a NULL value into a NOT NULL column with no DEFAULT?
A: MySQL is free!

Q: What happens when an application tries to insert a NULL value into an AUTO_INCREMENT PRIMARY KEY column?
A: MySQL is free!

Q: What happens to the table when you add or drop an index?
A: MySQL is free!

Q: What rows will WHERE column IS NULL match, when applied to a NOT NULL column?
A: MySQL is free!

Q: Does MySQL let you code spaces in function references, as in SELECT MIN ( salary )?
A: MySQL is free!

Q: How do I get to use all the column and index types?
A: MySQL is free!

Q: What happens when you try to insert 'xxxxxxxxxx' into a VARCHAR(5) column?
A: MySQL is free!

Q: What happens when you try to insert 123456.78 into a NUMERIC(5,2) column?
A: MySQL is free!

Q: What happens when you try to insert '2008-02-31' into a DATE column?
A: MySQL is free!

Q: What happens when you try to insert '2008-03-00' into a DATE column?
A: MySQL is free!

Q: What happens when you try to insert '0000-00-00' into a DATE column?
A: MySQL is free!

Q: What happens when you try to insert 'xxx' into a DATE column?
A: MySQL is free!

Q: What happens when you try to insert 99999999999 into a INT column?
A: MySQL is free!

Q: What happens when you try to insert 'xxx' into a INT column?
A: MySQL is free!

Q: What happens when you try to insert a numeric value into an ENUM column?
A: MySQL is free!

6 ответов

20 просмотров

Хахах

хоть бы на пастбин закинул, ей богу

Я так и не понял, MySql платный или нет?

Kirill-Shikhalev Автор вопроса

Web scale

Похожие вопросы

Обсуждают сегодня

Господа, а что сейчас вообще с рынком труда на делфи происходит? Какова ситуация?
Rꙮman Yankꙮvsky
29
А вообще, что может смущать в самой Julia - бы сказал, что нет единого стандартного подхода по многим моментам, поэтому многое выглядит как "хаки" и произвол. Короче говоря, с...
Viktor G.
2
30500 за редактор? )
Владимир
47
а через ESC-код ?
Alexey Kulakov
29
Чёт не понял, я ж правильной функцией воспользовался чтобы вывести отладочную информацию? но что-то она не ловится
notme
18
У меня есть функция где происходит это: write_bit(buffer, 1); write_bit(buffer, 0); write_bit(buffer, 1); write_bit(buffer, 1); write_bit(buffer, 1); w...
~
14
Добрый день! Скажите пожалуйста, а какие программы вы бы рекомендовали написать для того, чтобы научиться управлять памятью? Можно написать динамический массив, можно связный ...
Филипп
7
Недавно Google Project Zero нашёл багу в SQLite с помощью LLM, о чём достаточно было шумно в определённых интернетах, которые сопровождались рассказами, что скоро всех "ибешни...
Alex Sherbakov
5
Ребят в СИ можно реализовать ООП?
Николай
33
https://github.com/erlang/otp/blob/OTP-27.1/lib/kernel/src/logger_h_common.erl#L174 https://github.com/erlang/otp/blob/OTP-27.1/lib/kernel/src/logger_olp.erl#L76 15 лет назад...
Maksim Lapshin
20
Карта сайта