I have 2-3 different column names that I want to look up in the entire database and list out all tables which
How do you set a default value for a MySQL Datetime column? In SQL Server it's getdate(). What is the eq
I have a table: table votes ( id, user, email, address, primary key(id), ); Now I want
I'm trying to update the column visited to give it the value 1. I use MySQL workbench, and I'm writi
I can run this query to get the sizes of all tables in a MySQL database: show table status from myDatabaseNam
Between utf8_general_ci and utf8_unicode_ci, are there any differences in terms of performance?
How do I connect to a MySQL database using a python program?
Since MySQL doesn't seem to have any 'boolean' data type, which data type do you 'abuse&ap
Is there an easy way to run a MySQL query from the Linux command line and output the results in CSV format? He
I'm using the MySQL command-line utility and can navigate through a database. Now I need to see a list of
I'm trying to install version 1.2.2 of the MySQL_python adaptor, using a fresh virtualenv created with th
Would you recommend using a datetime or a timestamp field, and why (using MySQL)? I'm working with PHP
Hello I have installed jbusinessdirectory component for joomla, and I have module named mod_jbusinessdirectory
I have searched and searched for an answer to this, and I think this must be child's play for anyone who
I am trying to figure out what is the security that Drupal 6/7 uses by default to store passwords. Is it MD5,
I am using Entity Framework and occasionally i will get this error. EntityCommandExecutionException {"There
How can I quickly remove all rows in the table using Entity Framework? I am currently using: var rows = from o