Top "Mysql" questions

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

Mysql - How to quit/exit from stored procedure

I have very simple question but i did't get any simple code to exit from SP using Mysql. Can anyone …

mysql sql stored-procedures
How do I rename a MySQL schema?

Possible Duplicate: how does one rename a schema in MySQL Is there a MySQL statement for renaming a schema? I …

mysql database rename mysql-workbench
How can a query multiply 2 cell for each row MySQL?

I want to multiply 2 cells for each row and put the value of that in the last column called Total. …

mysql multiplication
Is it possible to have a default parameter for a mysql stored procedure?

I have googled this and keep coming up with "No it is not possible" but these posts were dated 2005-2007 …

sql mysql stored-procedures default-value
Integrity constraint violation: 1062 Duplicate entry '1' for key 'PRIMARY'

I have a databse problem where i get Integrity constraint violation: 1062. I tried some things on my own but it …

mysql duplicates mysql-error-1062
MySQL Foreign Key Error 1005 errno 150 primary key as foreign key

I'm making a small DataBase with MySQL Workbench. I have a main table, called "Immobili", which has a Primary Key …

mysql mysql-workbench mysql-error-1005
MySQL skip first 10 results

Is there a way in MySQL to have the first 10 result from a SELECT query skipped? I'd like it to …

mysql
rails + MySQL on OSX: Library not loaded: libmysqlclient.18.dylib

I'm just starting out with Ruby (and rails). I did the setup according to http://ruby.railstutorial.org/ruby-on-rails-tutorial-book#sec:…

mysql ruby-on-rails ruby macos
Ruby on Rails 3 Can't connect to local MySQL server through socket '/tmp/mysql.sock' on OSX

I have a standard Rails3 environment, RVM 1.2.9, Rails 3.0.5, Ruby 1.9.2p180, MySQL2 Gem 0.2.7, mysql-5.5.10-osx10.6-x86_64 Error I get when running …

mysql ruby-on-rails-3 macos
MySQL Fire Trigger for both Insert and Update

Is it possible to fire a mysql trigger for both the insert and update events of a table? I know …

mysql triggers