Home arrow Articles arrow Programming arrow SQL / mysql
SQL / mysql
Find Replace search text in a mysql table field PDF Print E-mail
Tag it:
Delicious
blogmarks
Stumble
Furl it!
Digg
YahooMyWeb
Technorati
User Rating: / 0

This little query updates a search string and replaces it with a replace string.

Find and replace query for mysql 

 

Last Updated ( Thursday, 28 January 2010 )
 
problems connecting from a windows mysql client to a ubuntu linux mysql server PDF Print E-mail
Tag it:
Delicious
blogmarks
Stumble
Furl it!
Digg
YahooMyWeb
Technorati
User Rating: / 0

The mysql default configuration is such that only local applications can access the server.

After checking all the firewall configurations, this solution was the only one that worked.

Elegance in simplicity perhaps?

Read more...
 
mysql sample select queries PDF Print E-mail
Tag it:
Delicious
blogmarks
Stumble
Furl it!
Digg
YahooMyWeb
Technorati
User Rating: / 0
The select statement has to be one of the most useful statements in SQL. The queries mentioned here can be used across the board with most of the popular databases out there including my personal favorite, mysql.
Last Updated ( Sunday, 22 June 2008 )
Read more...