Top "Mysql" questions

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

WHILE LOOP with IF STATEMENT MYSQL

I would like to create a stored routine for MySQL that figures out the number of business or working days …

mysql do-while
How to resolve ambiguous column names when retrieving results?

I have two tables in my database: NEWS table with columns: id - the news id user - the user …

php sql mysql mysql-error-1052
Using MySQL with Entity Framework

Can't find anything relevant about Entity Framework/MySQL on Google so I'm hoping someone knows about it.

mysql .net entity-framework ado.net
Python MYSQL update statement

I'm trying to get this Python MYSQL update statement correct(With Variables): cursor.execute ("UPDATE tblTableName SET Year=%s" % Year ", …

python mysql mysql-python sql-parametrized-query
Connect to mysql on Amazon EC2 from a remote server

I want to connect to db on EC2 from my local machine, I am not able to do and have …

mysql amazon-ec2
How to change the MySQL root account password on CentOS7?

I have installed mySQL on a Centos7 vm but I have problems logging in with root. I tried logging in …

mysql centos
Check if MySQL table exists or not

Possible Duplicate: MySQL check if a table exists without throwing an exception I have a dynamic mysql query builder in …

php mysql exists
PHP: maximum execution time when importing .SQL data file

I am trying to import a large .sql data file using phpMyAdmin in XAMPP. However this is taking a lot …

php mysql sql phpmyadmin xampp
How to get a table creation script in MySQL Workbench?

I am rolling back to MySQL GUI Tools' MySQL Query Browser since I can't find the shortcut to get a …

mysql mysql-workbench
How do I do a bulk insert in mySQL using node.js

How would one do a bulk insert into mySQL if using something like https://github.com/felixge/node-mysql

mysql node.js