Top "Mysql" questions

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

When to use MongoDB or other document oriented database systems?

We offer a platform for video- and audio-clips, photos and vector-grafics. We started with MySQL as the database backend and …

mysql mongodb
Find records with a date field in the last 24 hours

In my SQL query how do i make it find the records in the last 24 hours? Eg SELECT * FROM news …

mysql sql date
phpMyAdmin allow remote users

I need to modify the file /etc/httpd/conf.d/phpMyAdmin.conf in order to allow remote users (not only …

php mysql phpmyadmin mariadb
C# with MySQL INSERT parameters

Good day to all, I'm using Visual C# 2010 and MySQL Version 5.1.48-community. I hope you can help me with this …

c# mysql database sql-insert
Best way to store chat messages in a database?

I'm building a chat app and I want a full history off all messages ever sent in the chat conversation. …

mysql scalability chat
Can I create view with parameter in MySQL?

I have a view like this: CREATE VIEW MyView AS SELECT Column FROM Table WHERE Value = 2; I'd like to make …

mysql stored-procedures view parameters
Real escape string and PDO

I'm using PDO after migrating away from the mysql library. What do I use in place of the old real_…

php mysql pdo
Mysql service is missing

I have installed Mysql server locally and everything was working Ok but today when I tried to get a connection …

mysql service
View's SELECT contains a subquery in the FROM clause

I have two tables and I need to create a view. The tables are: credit_orders(id, client_id, number_…

mysql sql database views
What does character set and collation mean exactly?

I can read the MySQL documentation and it's pretty clear. But, how does one decide which character set to use? …

mysql database database-design character-set