Top "Mysql" questions

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

Generating a random & unique 8 character string using MySQL

I'm working on a game which involves vehicles at some point. I have a MySQL table named "vehicles" containing the …

mysql sql
#1062 - Duplicate entry for key 'PRIMARY'

So my MySQL database is behaving a little bit wierd. This is my table: Name shares id price indvprc cat 2 4 81 0 …

mysql sql mysql-error-1062
Error: Tablespace for table xxx exists. Please DISCARD the tablespace before IMPORT

I am fairly new to MySQL and I am getting a pretty interesting error on which I cannot find any …

mysql macos navicat tablespace
How long is the SHA256 hash?

I'm going to run SHA256 on a password + salt, but I don't know how long to make my VARCHAR when …

mysql sha256
How can I make SQL case sensitive string comparison on MySQL?

I have a function that returns five characters with mixed case. If I do a query on this string it …

mysql sql interop case-sensitive string-comparison
Import CSV to mysql table

What is the best/fastest way to upload a csv file into a mysql table? I would like for the …

mysql csv import load-data-infile database-table
Update query PHP MySQL

Can anybody help me understand why this update query isn't updating the fields in my database? I have this in …

php mysql database phpmyadmin blogs
PHP PDO: charset, set names?

I had this previously in my normal mysql_* connection: mysql_set_charset("utf8",$link); mysql_query("SET NAMES 'UTF8'"); …

php mysql pdo
Get records with max value for each group of grouped SQL results

How do you get the rows that contain the max value for each grouped set? I've seen some overly-complicated variations …

mysql sql greatest-n-per-group
MySQL - Rows to Columns

I tried to search posts, but I only found solutions for SQL Server/Access. I need a solution in MySQL (5.…

mysql sql pivot-table etl crosstab