Top "Mysql" questions

MySQL is a free, open source Relational Database Management System (RDBMS) that uses Structured Query Language (SQL).

What is the difference between SQL and MySQL?

I am new to databases and I was wondering: What is the difference between SQL and MySQL?

mysql sql database
Get the new record primary key ID from MySQL insert query?

Let's say I am doing a MySQL INSERT into one of my tables and the table has the column item_…

mysql insert key auto-increment
MySQL my.ini location

I have already seen http://dev.mysql.com/doc/refman/4.1/en/mysql-config-wizard-file-location.html how to know mysql my.cnf location …

mysql windows mysql-5.5
Quick easy way to migrate SQLite3 to MySQL?

Anyone know a quick easy way to migrate a SQLite3 database to MySQL?

mysql sqlite migration
how to check and set max_allowed_packet mysql variable

Possible Duplicate: MySQL Error 1153 - Got a packet bigger than ‘max_allowed_packet’ bytes Hi I am getting the error : [1153] …

php mysql
MySQL case insensitive select

Can anyone tell me if a MySQL SELECT query is case sensitive or case insensitive by default? And if not, …

mysql select
Troubleshooting "Illegal mix of collations" error in mysql

Am getting the below error when trying to do a select through a stored procedure in MySQL. Illegal mix of …

mysql collation
CodeIgniter: Unable to connect to your database server using the provided settings Error Message

I have been using CI just fine using the MySQL driver. I want to use the MySQL driver instead, but …

php mysql codeigniter connection mysqli
Select where count of one field is greater than one

I want to do something like this: SELECT * FROM db.table WHERE COUNT(someField) > 1 How can I achieve this …

sql mysql
How to convert these strange characters? (ë, Ã, ì, ù, Ã)

My page often shows things like ë, Ã, ì, ù, à in place of normal characters. I use utf8 for header page and MySQL encode. …

php mysql character-encoding mojibake utf8-decode