Advanced Search
Search Results
17 total results found
Content Management Systems
Content Management Systems (CMS) are web programs that make it easier to add and update content o...
Configuring MediaWiki to Search for Three Letter Words
By default MediaWiki uses MySQL and the default FULLTEXT indexing uses built-in stop words and a ...
Mac OS X - Local Web Development Environment Setup
My name is Alex Podobas and I’m a member of the UCLA IT Security Office. My IT security work at U...
SQL joins
Please add other helpful links:SQL joins: a visual explanationhttp://www.codinghorror.com/blog/20...
Why NoSQL Matters
Useful survey of NoSQL (and SQL) technologies and a summary of the philosophy…http://blog.heroku....
Microsoft Access, OpenOffice and MySQL
Using ODBC it is possible to connect Microsoft Access (or OpenOffice) to a MySQL database. Access...
Free/open source information retrieval libraries
What are they and why using oneInformation retrieval libraries are software libraries that provid...
Using LimeSurvey as a Survey Tool
We were in search of a good survey tool, and after some research came upon LimeSurvey (www.limesu...
What are the differences between addslashes(), mysql_escape_string() and mysql_real_escape_string()
addslashes() escapes single quote (’), double quote ("), backslash (\) and NUL (\x00).mysql_escap...
MySQL Resources
MySQL is a free, open-source relational database that has been used in thousands of websites, lar...
How to view DBDesigner4 documents in Mac OS X
Unfortunately, DBDesigner4 is written in Delphi, which is practically Windows-only, so there is n...
How can I search/replace strings in MySQL?
MySQL lets you replace all occurrences of a character or string of characters in a table with som...
What's an easy way to set up a WAMP test environment?
Many popular Content Management Systems (CMS) run in a php/mysql environment. Their dynamic natu...
What is mysqlshow good for?
mysqlshow is a command-line tool included with standard MySQL distributions, similar to mysqladmi...
Why doesn't mysqlshow work for databases or tables with underscores in their names?
mysqlshow has a tricky feature that interprets SQL wildcard characters (*,?,%,_) as wildcards if ...
How can I make phpMyAdmin avoid sending MySQL passwords in the clear?
Although phpMyAdmin is an excellent tool for administering MySQL databases, you don’t want to exp...
Get rid of default annoyances in MySQL Workbench
By default, if you make any changes to table rows, there is an annoying 2-step confirmation dialo...