Top "Mysql" questions

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

How to escape single quotes in MySQL

How do I insert a value in MySQL that consist of single or double quotes. i.e This is Ashok's …

mysql string quotes
Mac install and open mysql using terminal

I downloaded the mysql dmg file and went through the wizard to run. Done. I have also started mysql server …

mysql terminal installation
Warning: mysql_connect(): [2002] No such file or directory (trying to connect via unix:///tmp/mysql.sock) in

I'm trying to connect to my MySQL DB with the Terminal on my Apple (With PHP). Yesterday it worked fine, …

php mysql database
How to update a record using sequelize for node?

I'm creating a RESTful API with NodeJS, express, express-resource, and Sequelize that is used to manage datasets stored in a …

mysql node.js express sequelize.js
Field 'id' doesn't have a default value?

I am new to this SQL; I have seen similar question with much bigger programs, which I can't understand at …

mysql insert create-table
Best database field type for a URL

I need to store a url in a MySQL table. What's the best practice for defining a field that will …

sql mysql database
Show constraints on tables command

I have tables that I've tried setting PK FK relationships on but I want to verify this. How can I …

mysql foreign-keys
SQL Insert into table only if record doesn't exist

I want to run a set of queries to insert some data into an SQL table but only if the …

mysql sql sql-insert
Insert using LEFT JOIN and INNER JOIN

Hey all i am trying to figure out how to go about inserting a new record using the following query: …

mysql left-join inner-join
How to start MySQL with --skip-grant-tables?

I locked my root user out from our database. I need to get all privileges back to the root user. …

mysql privileges