I was working on a php project which involved in uploading a tab delimited file and then processing it with php on a unix webserver to insert data into a database. The file was produced on a windows machine and so it had windows line endings. I used this trick …
MAMP - mysqlcheck: Got error: 1045
I started seeing the following error every time I started MAMP. This began after I changed the root password for my MAMP installation on my MBP.
/Applications/MAMP/Library/bin/mysqlcheck: Got error: 1045: Access
denied for user 'root'@'localhost' (using password: YES) when trying to
connect
It turns out …
xampp problem due to missing lang.tmp
I was trying to open the xampp home page today on my dev box and I got the following error -
Warning:
file_get_contents(lang.tmp)
[[function.file-get-contents](http://localhost/xampp/function.file-get-contents)]:
failed to open stream: No such file or directory in
C:\xampp\htdocs\xampp\index …