MySQL is a free, open source Relational Database Management System (RDBMS) that uses Structured Query Language (SQL).
I want to find an SQL query to find rows where field1 does not contain $x. How can I do …
sql mysqlCurrently we are using the following commands in PHP to set the character set to UTF-8 in our application. Since …
mysql character-encodingWhat command returns the current version of a MySQL database?
mysqlHow would I do something like this? SQL SELECT row FROM table WHERE id=max(id)
mysql sqlI am trying to create a connection to my database, when I put test my code using the main method, …
mysql jdbc tomcat7 apache-commons-dbcpUsually I use manual find to replace text in a MySQL database using phpmyadmin. I'm tired of it now, how …
mysql phpmyadminHow can I convert entire MySQL database character-set to UTF-8 and collation to UTF-8?
mysql character-encodingI have a table story_category in my database with corrupt entries. The next query returns the corrupt entries: SELECT * …
mysql subquery sql-delete mysql-error-1093I have ran aptitude install php5-mysql (and restarted MySQL/Apache 2), but I am still getting this error: Fatal error: …
php mysql ubuntu mysql-connect undefined-functionHow do I see if my database has any indexes on it? How about for a specific table?
mysql indexing database-schema