Top "Mysql" questions

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

How to import a SQL Server .bak file into MySQL?

The title is self explanatory. Is there a way of directly doing such kind of importing?

mysql sql-server migration backup
Index (zero based) must be greater than or equal to zero

Hey I keep getting an error: Index (zero based) must be greater than or equal to zero and less than …

c# asp.net mysql sql
jQuery UI Sortable, then write order into a database

I want to use the jQuery UI sortable function to allow users to set an order and then on change, …

php jquery mysql jquery-ui jquery-ui-sortable
Print debugging info from stored procedure in MySQL

Is there a way in MySQL to print debugging messages to stdout, temptable or logfile? Something like: print in SQLServer …

mysql debugging
The difference in months between dates in MySQL

I'm looking to calculate the number of months between 2 date time fields. Is there a better way than getting the …

mysql date datediff date-arithmetic
Show MySQL host via SQL Command

Show Database Use database show tables Describe <table> All good and well, but is it possible to show …

mysql sql database
How can I roll back my last delete command in MySQL?

I accidentally deleted some huge number of rows from a table... How can I roll it back? I executed the …

mysql sql sql-delete rollback
Mysql Compare two datetime fields

I want to compare two dates with time, I want all the results from tbl where date1 > date2 Select * …

mysql datetime compare field
MySQL search and replace some text in a field

What MySQL query will do a text search and replace in one particular field in a table? I.e. search …

mysql sql search replace
How to generate graphs and charts from mysql database in php

How can I generate graphs and charts from a mysql database using php? I'm trying to use "chart director" but …

php mysql graph charts