Skip to content

halbkreativ/t3dbcleaner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

TYPO3

TYPO3 Database Cleaner

a simple PHP based Cleaner for a TYPO3 Database.

Screenshots

are coming soon!

Instructions

Download the file t3dbcleaner.php and open it in your favourite editor. Change the CONSTANTS for HOST, USERNAME, PASSWORD and DATABASE and transfer the file to your remote server. The Cleaner can be opened in your web browser. Open server url http://server-address/t3dbcleaner.php in your web browser and follow instructions.

define('HOST', 'localhost');
define('USERNAME', 'christoph');
define('PASSWORD', 'joh316');
define('DATABASE', 'db4711');

Don't forget to delete the files from your remote server afterwards!

Dependencies

How to contribute

Please report issues at Github: https://github.com/halbkreativ/t3dbcleaner/issues

About

TYPO3 Database Cleaner

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages