Welcome To Snipplr
Everyone's Recent Snippets Tagged mysql
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Where bad_table is the name of the table containing duplicate rows.
2
584
posted 16 years ago by jdbartlett
Been wanting to made one of these for a while and finally I got round to it.
For some examples please visit the post:
http://www.dom111.co.uk/blog/coding/db/8
Any comments suggestions appreciated.
CreativeCommons ShareAlike
3
1582
posted 16 years ago by dom111
This is useful if you are changing a Drupal site's file upload path and/or changing from a private to a public file store.
3
1684
posted 16 years ago by shrop
1. Allows encryption between client and server
2. Bypasses filtered port, if any on the standard port for the given service.
1
862
posted 16 years ago by iblis
When installing mysql and mysql-dev with fink, gem is unable to find the mysql headers and libraries: you should specify their location. If compiled manually from source, gem will find it if /usr/local/mysql (or what ever other location you specified...
0
728
posted 16 years ago by iblis
Imports data from CSV (excel-compatible format) into MySQL. Also check the mysqlimport utility and the complementary SELECT ... INTO OUTFILE.
4
1090
posted 16 years ago by jarnaldich
This will create and then populate a MySQL table with a list of the names and USPS abbreviations for US states and possessions in existence.
3
2899
posted 16 years ago by cbrant
This will create and then populate a MySQL table with a list of the names and ISO 3166 codes for countries in existence.
5
1588
posted 16 years ago by cbrant
Gets the present time and date in PHP and formats it for input into a MYSQL database DATETIME field
1
585
posted 16 years ago by TimFletcher
You can store an IP address in an INT UNSIGNED (4 bytes) which is of course much more efficient and faster than a CHAR(15).
MySQL has two built-in functions: INET_ATON() and INET_NTOA(). These two functions are used allover the place in any TCP/IP s...
0
1081
posted 16 years ago by zingo
To grant all privileges to a user from any location login to the mysql shell and run the following queries.
3
868
posted 16 years ago by cbrant
To reset the MySQL root password, login to the mysql shell and run the following commands.
1
812
posted 16 years ago by cbrant
Wenn ein INSERT einen doppelten Wert erzeugen würde, wird das UPDATE ausgeführt.
1
638
posted 16 years ago by drk
https://www.chrisjmendez.com/2008/03/23/mysql-commands-i-wish-i-could-remember/
9
892
posted 16 years ago by chrisaiv
MySQL backup and restore example through mysqldump / mysql command line utilities.
3
809
posted 16 years ago by jarnaldich
PHP function that creates a mySQL INSERT statement for mime types. Type are extracted from a text file.
0
792
posted 16 years ago by fabian
It does not show the grants themselves, but shows all users with grants.
0
800
posted 16 years ago by therobot
This script removes (DROPS) all tables that start with foo_. Usefull if you had some CMS or application that (ab)uses table prefixing, and want to clean 0ut your database.
NOTE: the data is remove FOREVER! So take good casre: make backups and all...
2
1017
posted 16 years ago by berkes