54.89.70.161 |    

Navigation

Google Advertisement

All snippets of the tag mysql

1-4 of 4 Entries

mysql.inc.sh
(Bash::Library)
Created by Marko Schulz at 2010-01-20 14:06:00
# ********************************************************* # file: mysql.inc.sh # date: 2008-11-03 14:56 # author: (c) by Marko Schulz - <info@tuxnet24.de> # description: Little mysql library for bash. # ****************************************...

mysql_fetch_all
(PHP::Snippets)
Created by Marko Schulz at 2010-01-20 12:49:49
// ************************************************************ // array mysql_fetch_all( query:resource [, type:string (default:'assoc' | 'row')] ) function mysql_fetch_all( $query, $type = 'assoc' ) { (array) $result = array(); (string) $type = $...

mysql.class.php
(PHP::Class)
Created by Marko Schulz at 2009-01-11 17:38:22
<?php /*************************************************************** * http://wiki.tuxnet24.de/ * Copyright (c) 2009 Marko Schulz <info@tuxnet24.de> * All Rights Reserved. * * --LICENSE NOTICE-- * This program is free software; you ...

mysqldump.sh
(Bash::Scripts)
Created by Marko Schulz at 2008-12-27 03:17:54
#!/bin/bash # ************************************************************* # file: mysqldump.sh # date: 2007-07-04 00:22 # author: (c) by Marko Schulz - <info@tuxnet24.de> # description: Get a mysqldump of all mysql databases. # **************...

1-4 of 4 Entries
Search
 
Full text search by name and content of a snippet.

User online
There are 7 users online.

Tags Cloud

Latest snippets
str2seconds
(Bash::Function)
is_integer
(Bash::Function)
file_rotate
(Bash::Function)
confirm
(Bash::Function)
is_workingtime
(Bash::Function)
last day of last month
(Bash::Snippets)
crypt_apr1_md5
(PHP::Function)
crypt_apr1_md5
(Perl::Function)
transparent
(CSS)
rfc2822Toiso8601
(PHP::Function)