Top "Mysql-5.1" questions

MySQL version 5.1 is a version of the popular database system MySQL and included an event scheduler, partitioning, plugin API, row-based replication and server log tables

Connection for controluser as defined in your configuration failed

I've already looked into this but since I am running on Ubuntu 10.04 instead of XAMPP and have already created the …

phpmyadmin ubuntu-10.04 mysql-5.1
How to select rows from partition in MySQL

I made partition my 300MB table and trying to make select query from p0 partition with this command SELECT * FROM …

mysql sql partitioning database-partitioning mysql-5.1
How can I cast an int to a bit in MySQL 5.1?

I am transitioning from SQL Server to MySQL 5.1 and seem to be tripped up trying to create a table using …

mysql casting bit mysql-5.1
Error 2003 (HY000): Can't connect to MySQL server on 'localhost' (10061)

Please don't post this question as duplicate. I am trying to configure mysql for about 3 weeks now. Someone should really …

mysql database database-connection mysql-5.1
How install MySQL 5.1 in Ubuntu 12.04 server from repository

I need to install MySQL 5.1 in Ubuntu Server. I have seen in other question to use deb http://packages.dotdeb.…

mysql installation ubuntu-12.04 ubuntu-server mysql-5.1
Why is signal keyword not working in mySQL 5.1.48?

I'm using mysql v5.1.48 and red http://dev.mysql.com/doc/refman/5.5/en/signal.html. But the code DELIMITER $$ CREATE …

mysql mysql-5.1