L0rD59 / DBSR

DBSR: Database Search & Replace

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DBSR: Database Search & Replace

DBSR provides functionality for commiting search-and-replace-operations on MySQL databases. It's main advantage above using a simple REPLACE()-SQL statement is the support for parsing PHP serialized strings, which are commonly used in WordPress databases.

Usage

For quick usage download the compiled CLI or GUI version from /compiled, and run it from a webserver or (in case of the CLI version) directly from the command line. If you're not sure how to figure it out from there, this might not be for you. Developers may want to clone the entire repository with the uncombined/unminified version of DBSR, which also allows using the raw classes for direct intergration in your applications.

License

DBSR is free software licensed under the GPLv3. See license.txt for more information.

About

DBSR: Database Search & Replace

License:GNU General Public License v3.0


Languages

Language:PHP 94.9%Language:CSS 2.4%Language:JavaScript 1.4%Language:HTML 1.2%