Phabricator offers a bin/storage shell command. It allows to run the mysql client with the options from the application configuration. That’s useful in a modern distributed environment, when it’s not always straightforward to know what server contains what databases and what credentials to use. In a Docker container, for example, that could be a linked […]
Read moreInclude a TCL script (or another CGI flavour) on your PHP code
PHP/MySQL :: Quickly import and export data
To import or export MySQL dumps, we can use mysql and mysqldump commands. Let’s call them from PHP.
Read more