Question : Closed. This question is off-topic. It is not currently accepting answers. Too localized – this could be because […]
Category: MySQL
MySQL 5.5 – view all queries executed on certain table
Question : I need to explore queries, which were executed on certain table. For example, in Oracle we could investigate […]
Using an AWS database that can store more than 65,535 bytes in a row
Question : I have a MySQL Barracuda table with about 150 fields and most of them are TEXT types. If […]
MySQL replication still failing after new import
Question : I had an issue with my MySQL replication from Master to Slave. An App we had by mistake […]
Mysql Create table shows ERROR 1005 errno 150
Question : I am trying to make a junction table, but I getting a ERROR 1005 errno 150 CREATE TABLE […]
The table mysql.proc is missing, corrupt, or contains bad data [closed]
Question : Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the […]
How to merge two columns with incomplete information?
Question : I have the following schema in my MySQL database, where I have read access: table1 (customersid*:int, zip1:int) table2 […]
MYSQL reduce column length without changing datatype [closed]
Question : Closed. This question needs details or clarity. It is not currently accepting answers. Want to improve this question? […]
Query that checks for subset to mysql query
Question : SELECT PA.PATIENT_ID, PA.FIRSTNAME, PA.LASTNAME, PH.* FROM pharmacies as PH, patients as PA WHERE (SELECT D.DRUG_ID FROM drugs as […]
MySQL Grouping Error
Question : I’m trying to run a query on a table to see how many unique users have a usage […]