Top "Mysql-5.5" questions

For MySQL questions specific to version 5.5.

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
subquery returns more than 1 row

select disease_name from disease where disease_id= (select disease_id from disease_symptom where disease.disease_id=disease_symptom.…

mysql mysql-5.5
Can't start MySQL5.5 on Ubuntu 12.04 - "dpkg: dependency problems"

This appears to be a common problem on 12.04. I've tried everthing in this thread including: sudo apt-get clean sudo apt-get …

ubuntu-12.04 mysql-5.5
MySQL: How to bulk SELECT rows with multiple pairs in WHERE clause

Let's say I have a table, email_phone_notes that looks like this: +-----------------------+--------------+------+-----+---------+-------+ | Field | …

mysql sql mysql-5.5
Any way to check if innodb_file_per_table is set in MYSQL 5.5 per table?

I want to check if innodb_file_per_table is set (i.e .ibd is created) for each database tables …

mysql innodb information-schema mysql-5.5
Select multiple columns with single alias

What's the alternate to select table_name.* as colAlias from table_name I assume this used to work pre 5.5 MySQL.

mysql mysql-5.5
How to make mysql_install_db work?

I am new with MySql please help me out. First to install MySql 5.5.7-rc i used this command-> sudo ./…

mysql mysql-5.5
mysql running but cannot connect to 127.0.0.1

I have installed mysql55-server using macports. I can start the server successfully via: $ sudo launchctl load -w /Library/LaunchDaemons/…

php localhost macports osx-yosemite mysql-5.5