Trisummit Technologies

How to Redirect a Website to Remove the ‘www’

Several months ago, I read in a blog where Matt Cutts spoke at a Wordpress Bootcamp. He specifically said that with Google, a website with www and the same website without the www are treated as two separate websites. What I take from this is that if you trying to maximize your search [...]

mysqldump: Got error: 1146: Table ‘databasename.tablename’ doesn’t exist when doing LOCK TABLES

Ran into this error tonight while copying tables from one database into another.
I was using the mysqldump command as follows:
mysqldump -h localhost -u username -p –add-drop-table wildernessgear wp_31_term_relationship /home/bnettles/wp_31_term_relationship.sql
This command was supposed to export just the one table wp_31_term_relationship. I had already exported the 30 previous tables in the database. All [...]