Welcome To Snipplr


Everyone's Recent Snippets Tagged mysql



« Prev 1 2 3 4 5 ... 19
This commands are useful in creating a username in mysql and it can be used to access the mysql globally with this username.
0 1059 posted 6 years ago by surentharp
Name this script whatever you want, and run it via Workbench Scripting shell
0 1236 posted 7 years ago by acosonic
This code snippet shows how to connect to a MySQL database using Connector/J.
0 1201 posted 7 years ago by syedhussim
This snippet allows you to get random record from given table by weight. To run it, it must have a field named "weight". The more "weight" is assigned, the more often the record is selected. The value of "weight" should be an integer between 1 and 10...
0 1278 posted 7 years ago by apphp-snippets
This snippet allows you to insert new record into table. In case a unique key already exists - it updates appropriate fields only, leaving other fields untouched.
0 1228 posted 7 years ago by apphp-snippets
Some configurations for mysql 5.7
0 982 posted 7 years ago by ironcrema
Show the output of a query in a more readable vertical format
0 1217 posted 8 years ago by rm1984
pivot data. input source query in the form : +--------+-----------+-------------+-------------+ | name | pivot_fid | pivot_fname | pivot_value | +--------+-----------+-------------+-------------+ | apple | 1 | is red...
0 909 posted 9 years ago by ktrout
procedure to throw application defined error
0 894 posted 9 years ago by ktrout
calculate rank ( with ties ) over points table
0 1020 posted 9 years ago by ktrout
clone table with structure and indexes
0 1034 posted 9 years ago by ktrout
unroll variable length string list to normalised form.
0 874 posted 9 years ago by ktrout
search for tables in mysql catalog ( information_schema )
0 916 posted 9 years ago by ktrout
stored procedure for executing batch sql statements
0 873 posted 9 years ago by ktrout
creates a minimal calendar table
0 1131 posted 9 years ago by ktrout
one cross join for each ai in definition of decimal number as sum(ai*10^i)
0 887 posted 9 years ago by ktrout
example of php code I worked on
0 1056 posted 9 years ago by johnschneider
In SQL I can get this by adding AND to the join LEFT JOIN installations i ON a.id = i.app AND i.page = :page This way I get the installation info for an app that has an installation on the page, but I get null values on the columns for app's that...
0 2786 posted 9 years ago by satie83
I thought I share this code snippet because I find this way of SMS sending an easy solution. I believe that even beginners can implement this VB.NET SQL SMS application, but I think some extent of perfection in the SMS technology is required for bett...
0 1548 posted 9 years ago by LoganTurn
This is the basic code that you need to know to connect and list data with PDO. Don't use de old method (mysql_connect and mysqli_connect) to connect and interact with databases.
0 1164 posted 9 years ago by snstro
The code below can be used to lookup IP address in bulk in return of geolocation information using PHP programming languages and MySQL database. In this tutorial, we use the IP2Location LITE database to lookup country of origin from the visitor's IP...
1 1439 posted 10 years ago by Hexahow
To store you item into mysql database. 1. I say you have been have mysql database and the table what field is the same in item class that you wang to be stored 2. I just ensure you item insert into mysql, do not ensure the performance 3. To...
0 1746 posted 10 years ago by zwidnypublic
`mysql-dev.ini` can be used in a developing environment and put it in the Mysql Home dir
0 1215 posted 10 years ago by jacktan
**Vars** to to specify + ${EnvSet_Bash} **Demo** vars specified like + ${EnvSet_Bash}=[set-mysqlRT-Env](http://www.snipplr.com/view/80407/an-example-bash-file-for-set-temporary-path/ "set-mysqlRT-Env.bat") pluss other bash commond *...
0 1105 posted 10 years ago by jacktan
Run `mysqladmin` to shutdown msyql server with a specified option file. **Vars** to to specify + ${EnvSet_Bash} **Demo** vars specified like + ${EnvSet_Bash}=[set-mysqlRT-Env](http://www.snipplr.com/view/80407/an-example-bash-file-for-...
0 1176 posted 10 years ago by jacktan
Run a Mysql server using command line with a specified option file. **Vars** to to specify + ${EnvSet_Bash} **Demo** vars specified like + ${EnvSet_Bash}=[set-mysqlRT-Env](http://www.snipplr.com/view/80407/an-example-bash-file-for-set-...
0 1138 posted 10 years ago by jacktan
WE-Objekte ohne Umwege direkt aus php erstellen. Das ist vor allem dann sinnvoll, denn die Eingaben vorher geprüft und verarbeitet werden sollen oder wenn ein Eingabeformular über mehrere Seiten geht.
0 943 posted 10 years ago by ulfinger
DBHelper can retrieve Mysql tables into java objects, without any external libraries or a mapping configuration file. note: please test before use, then use at your own risk.
0 1627 posted 10 years ago by prgrmmraben
Mysql find duplicate values in field
0 1191 posted 10 years ago by flatearthcomms
caching session variables in Mysql using memory engine for fast client response. note: please test before use, then use at your own risk.
0 1437 posted 10 years ago by prgrmmraben
« Prev 1 2 3 4 5 ... 19