This post will eventually detail everything you need to do to export Network Solutions products into WooCommerce formats for importing. I wanted to start this post now even though it’s unfinished, so I can collect some feedback if this sort of thing is something more people are needing. There are
Continue readingCategory: Data
Anything relating to data management, databases, data reports, data backup, you get it.
Mysqld.exe Process Taking Too Much RAM in WAMP?
If you find that mysqld.exe in Windows with WAMPSERVER is using a lot of RAM, this may help. I have WAMPSERVER 2.4 installed with MySQL 5.6.12 as you can see here: The mysqld.exe process is taking almost 500MB of RAM! This has to do with a high default
Continue readingRepairing a Corrupt MYISAM Table with MySQL
It’s just one of those days! I began receiving emails like this: Database error in vBulletin myversion: Invalid SQL: INSERT INTO searchcore_text (searchcoreid, keywordtext) VALUES ( 1584876, ‘ SOME TEXT WAS HERE.’ ) ON DUPLICATE KEY UPDATE searchcoreid = VALUES(searchcoreid), keywordtext = VALUES(keywordtext); MySQL Error : Table ‘./mydatabase/searchcore_text’ is marked
Continue readingQuickly Working with a MySQL Database Using Navicat
I use Navicat at work to create databases, run tests, pull data out of backups, run queries and even check my servers.
Continue reading