Jūs esatemysql
mysql
MySQL table names are case sensitive in Linux
At the moment I'm writing a small program for my master's theses. And I found one very interesting thing.
I have a table in my MySQL server called "Books" (with uppercase). And I have query: "SELECT title FROM books" (lowercase).
And my server says: can not found table "books" :) So, I renamed by table to "books" :)
MySQL InnoDB vs. MyISAM saugojimo varikliai
Vienam universiteto moduliui ruošiau pristatymą apie InnoDB vs. MyISAM MySQL saugojimo variklius (storage engine). Pagalvojau, kad tai gali būti naudinga ir mano blogo skaitytojams. Tad štai ir mano pristatymas - praktiškai paėmus, santrauka iš kelių rastų internetinių šaltinių :)
64 bit MySQL C++ Connector, 64 bit MySQL Server and 64 bit Windows 7 are not compatable?
This evening I tried to connect to MySQL server from my C++ application. So, some notes about this task:

