Archives

How to backup and restore your LDAP database

On 07.02.2011, in supportex.net-blog, by Oleksii Tykhonov
3

LDAP is Lightweight Directory Access Protocol. It is a way to communicate with directory services. And for many years it has proved its reliability to organize and keep various type of information, for instance, user accounts. It’s useful if you want to provide one credentials for accessing to different resources – servers, web pages, etc. [...]

Three ways to make MySQL database dump

On 25.11.2010, in mysql, by Oleksii Tykhonov
0

Everybody knows – backups are very important. Today a lot of web projects use MySQL to keep data. So you need to know how to set up reliable but simple backup of all your databases. And even if you are only developing you might probably need some tools to make quick dumps and to restore [...]