Top "Mysql" questions

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

What are the major differences between the mysql and oracle sql dialects?

I am a software developer. I have used mysql for years and now I am about to have my first …

mysql sql oracle dialect
PHP error: "Cannot pass parameter 2 by reference"

I just need help on this PHP error which I do not quite understand: Fatal error: Cannot pass parameter 2 by …

php mysql pdo mysqli
MySQL Workbench charset

Does there exist any way to change the MySQL Workbench charset? My schema uses UTF-8 and when I view the …

mysql utf-8 character-encoding latin1 workbench
How to create mysql table with column timestamp default current_date?

I need to create mysql table with default value on column CURRENT_DATE() I try DROP TABLE IF EXISTS `visitors`; …

mysql sql datetime timestamp create-table
MySQL CONVERT_TZ()

I am trying to set up a database that stores daily alert times as specified by users. For example, the …

mysql timezone convert-tz
Difference between mysql & mysqli

Possible Duplicate: mysql vs mysqli in php What is the difference between mysql_* functions and mysqli_* functions? Is there any …

php mysql mysqli
Mysql order by specific ID values

Is it possible to sort in mysql by "order by" using predefined set of column values (ID) like: order by (…

mysql sorting
Create or Update Sequelize

I'm using Sequelize in my Nodejs project and I found a problem that I'm having a hard time to solve. …

mysql node.js sequelize.js
How can you determine how much disk space a particular MySQL table is taking up?

Is there a quick way to determine how much disk space a particular MySQL table is taking up? The table …

mysql
How to insert BLOB and CLOB files in MySQL?

I want to store images and .docx/.doc, .pptx/.ppt, .pdf files using the front end of my software. I …

mysql ubuntu qt4