Top "Mysql" questions

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

MySQL: Set user variable from result of query

Is it possible to set an user variable based on the result of a query in MySQL? What I want …

mysql
Reset MySQL root password using ALTER USER statement after install on Mac

I'm new to the whole Mac experience. I recently installed MySQL and it seems I have to reset the password …

mysql macos
PHP + MySQL transactions examples

I really haven't found normal example of PHP file where MySQL transactions are being used. Can you show me simple …

php mysql transactions
MySQL vs MongoDB 1000 reads

I have been very excited about MongoDb and have been testing it lately. I had a table called posts in …

mysql performance mongodb
Can JavaScript connect with MySQL?

Can JavaScript connect with MySQL? If so, how?

javascript mysql ajax json
How can I change the default Mysql connection timeout when connecting through python?

I connected to a mysql database using python con = _mysql.connect('localhost', 'dell-pc', '', 'test') The program that I wrote …

python mysql corpus
Failed to connect to mysql at 127.0.0.1:3306 with user root access denied for user 'root'@'localhost'(using password:YES)

I've been trying to create a new database connection on workbench. However, every time I test a connection there is …

mysql database connection
MySQL COUNT DISTINCT

I'm trying to collect the number of distinct visits in my cp yesterday, then count them. SELECT DISTINCT `user_id` …

mysql
MySQL select statement with CASE or IF ELSEIF? Not sure how to get the result

I have a two tables. One has manufacturer information and includes the regions where they can sell. The other has …

mysql select case
How to execute a MySQL command from a shell script?

How can I execute an SQL command through a shell script so that I can make it automated? I want …

mysql shell ssh