Skip to content

Instantly share code, notes, and snippets.

View rcarvs's full-sized avatar
🏠
Working from home

Renan Carvs rcarvs

🏠
Working from home
View GitHub Profile
@rcarvs
rcarvs / mysql_all_text_update.php
Created January 19, 2019 19:00
PHP Script to update all defined word in every column of Mysql database
<?php
/*
@Author: carvs
-----
@HOW TO USE
-----
OBS: Necessary to use mysql user with permission in information_schema database and in database witch you would like to change defined word.
> php ./mysql_all_text_update.php [host] [database] [mysqluser] [mysqlpassword] [oldword] [newword]
Example: php ./mysql_all_text_update.php localhost website root mypass website_logo.jpg new_logo.png
@chronon
chronon / ext.txt
Created February 18, 2017 15:38
List of docker-php-ext-install extension names
Possible values for ext-name:
bcmath
bz2
calendar
ctype
curl
dba
dom
enchant