Blackbams Blog
development – digital arts – internet
Knowledge is free. No one may take possession of it.
Category "Tools"
Answer: Do not use PHPMyAdmin. This is how you do it with the command line: Importing an SQL dump file: mysql -u [user] -p [password] [database name] < [Path to Dump File] Exporting an SQL dump file: mysqldump -u [user] -p [password] [database name] > [Path to Dump File]
—————————— NOTE —————————— This article is not up to date, as this Theme was created for Aptana 1.5.1 and Aptana 3 fortunatly supports PHP again. It also includes a native Dreamweaver syntax highlighting. This however seems buggy, so you can download my own improved version of it here if you like to try it (I […]
|| Google Hacks
Unser allseits geliebter Freund Google, kann um einiges mehr als die Otto-Normal-Sekretärin in ihrem Büro je zu sehen bekommt (aus einem .pdf von Debasis Mohanty): Below discussed are various Google’s special commands and I shall be explaining each command in brief and will show how it can be used for critical information digging. [ intitle: […]
(Deutsch) […] Zu diesen Dingen gehören auch Firefox Addons. Dabei haben sich so mit der Zeit ein paar herauskristallisiert, die ich einfach immer gerne abrufbereit hätte. Natürlich wird sich da jeder ganz eigene Dinger raussuchen, ich für meinen Teil bin Web-Developer und Beobachter und bin mit den folgenden sehr zufrieden[…]
Web Developer Toolbar, Firebug, Tamper Data, etc.