Storing a million images in the filesystem

I’d recommend using a regular file system instead of databases. Using file system is easier than a database, you can use normal tools to access files, file systems are designed for this kind of usage etc. NTFS should work just fine as a storage system. Do not store the actual path to database. Better to … Read more

How do I force Robocopy to overwrite files?

In general, Robocopy ignores files for which lastwrittendate and filesize are the same. How can we escape this design? I’d like to force overwriting with Robocopy. I expected that dst\sample.txt should be written test001. But these file are recognized as the same files by Robocopy and not overwritten. The “/IS” option is not effective in … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)