Welcome To Snipplr
Everyone's Recent Snippets Tagged mysql
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Simply uncomment the appropriate line for some common, useful Administration SQL statements for MySQL. (Uncomment and run 1 line at a time)
0
650
posted 14 years ago by zonetrooperex
creates a user that has only access to one database, from any host
1
1001
posted 14 years ago by manuelstofer
Esquema de sentencias para el control de errores en SP de MYSQL. Es un metodo basico
0
1023
posted 14 years ago by xaviles
This is useful for when a Wordpress environment goes live; typically the uploads have an absolute URL.
5
1035
posted 14 years ago by Jamie
I use something similar to the example to get the difference between statuses in a status log table that I have. It comes in handy when determining the number of days between status changes. This works in MySQL 5.0.
0
972
posted 14 years ago by bradless
Function to fix char set and collation on mysql tables, see [this link](http://www.barattalo.it/2010/02/11/php-function-to-fix-collation-on-database-fields-of-mysql/ "Fix encoding on db")
for examples and more infos.
1
1125
posted 14 years ago by ginoplusio
If the official codex approach (http://codex.wordpress.org/Changing_The_Site_URL) is causing you problems, give this a try. Be sure to change the constant declarations and modify table names as necessary for your instance. Confirmed working with WP v...
1
1047
posted 14 years ago by johnandrewsroot
A utility function to preserve an array in a session. Adding the newest element to the beginning of the array and popping out the last one. Useful for displaying for instance; your last searches option in your website.
1
973
posted 14 years ago by Heroftime