My Friends: monkey, hushpuppy, tear, FROST
My Blogs Previous Page Next Page


frost EMovies Will No Longer be Supported - Subscribe
EMovies Will No Longer be Supported
by FrosT


Well it has been a long ride for EMovies, which was first developed for better Search Engine Optimization for my sites. However, Yahoo has changed their whole site design and instead of re-coding EMovies I am canning the project. This is mostly due to lack of support. It is extremely sad how people will just use software, which I was giving free help to many people via email, and in return offer you nothing, not even a small donation.

Well this is dis-heartening to me, but with as much time as it would take to fix the EMovies and without any support or funding, I am not going to continue this project. Maybe one day I will be bored and re-make it for the new Yahoo Movies, but that is very unlikely.

Thank you for understanding. Have a great day.

Related:
Add Free Movie Listing Reviews to your Website
4 Comments
Mood: beat
KeyWords: emovies, free, movies, listings, reviews, website, support, broken, down, yahoo

frost MySQL Database Backup .MYI and .MYD Feb 1st, 2009 20:40 - Subscribe
MySQL Database Backup .MYI and .MYD

Introduction
Hello everyone!

Long time no post, I know. Well really I have been busy with work, a wife and a new baby being on the way. Well anyways, this article is about how to restore a backup to MySQL from a .MYI and .MYD file that you may have. Our dedicated host backs up only these files and does not use the mysqldump utility to create a full SQL backup of our database. This is fine, but makes a bit extra work. So let us get started.

Determine Your Version
First we need to determine the version of your server's MySQL database. Mine was 3.23, old I know. I do not know if you can mix and match .MYD files so I just downloaded that and installed it on my local computer. I would suggest doing the same, this way you are messing with copies of the actual database instead of the real thing.

Creating a Database
Now we want to go into the MySQL console on your computer and create a new database, this database name can be anything. For this tutorial sake I will use "backup". Now that you have created a database "backup" it is time to get the table structure from your current database. The table structure is necessary for this process, if you do not know or do not have it, I am not sure if this will work for you. Try anyway you can.

Lucky for me, I was just trying to get a user's data back whose entries were accidentally deleted. So I had my full table structure online and just did a phpMyAdmin Export of the table structure and ran that through my personal computers MySQL command line tool. This creates 3 files inside of c:\mysql\data\backup a .frm, .myi and .myd. This is exactly what we want!

Restoring the Actual Files
Now what we are able to do is copy only the .MYI and .MYD files from your backup and paste them into the c:\mysql\data\backup directory overwriting any files that are in there. This will basically put our data into those tables.

To test that the data was input successfully, open the MySQL command line tool and use the database "backup" and do a "select * from `yourtablenamehere` LIMIT 1" If no results are returned then it did not work, try restarting your MySQL server and then try again, this generally works. If not, then post a comment and I will try and help you out.

If that worked, you now have a working backup of your database! Now to export this data.

Export the Backup Data
Exporting the data is rather easy. Just use the mysqldump tool and run a command like this to get all that data into a SQL statement you can import into your current DB via phpMyAdmin:

mysqldump -uroot desk yourtablenamehere > yourtablename.sql

This is assuming the user is root with no password (the reason I do not set a password was this is strictly on my localhost and I have a firewall setup to block all external connections to MySQL). You can replace any of that with the user information you use. That should now create a file yourtablename.sql with all of the SQL. This may have a create table at the top of the file, so manually edit the file and remove that portion to avoid any errors when trying to import via phpMyAdmin.

Now just copy that text file or upload it to your phpMyAdmin and that data should be re-inserted and you are up and running again!

Ending Notes
This tutorial was made to backup minimal data for a user, what I really did was ran a sql command to only pull at that user data and create a new able with it. To do that also just do this:

create table yourtablenamebup SELECT * FROM yourtablename WHERE conidtion=something

Then you can just do a dump of that table and have just the information you need and not every information!

This tutorial is meant as a reference, be sure to backup all data before attempting it as I am not responsible for any lost/corrupted data for mis-use or use of this tutorial. This tutorial as worked for me many times in the past following those instructions.

Please use at your own risk!
1 Comments
Mood: dizzy
KeyWords: Mysql, backup, .myd, .myi, files, server, dump, mysqldump, tables, database

tear Some kind of quote. Dec 19th, 2008 06:07 - Subscribe


It's gunna take alot to get this girl to be herself, to find her true self and then be able to feel able to be her true self around.

0 Comments
Mood: twitterpated

tear Scattered words. Nov 27th, 2008 04:40 - Subscribe

On my 3rd glass of wine

8:35

Watching the ocean move with the tides

and your body,

somebody,

dancing open wide, for all of them to see.

It is your mind, that fasinates me.

How prentenious do you think you can be?

How much more do you want me to see?





0 Comments
Mood: beaming

tear Reflection. Nov 8th, 2008 01:53 - Subscribe

No more please.

Sometimes I can't understand my mind.

Sometimes, I think I can understand my mind, but I can't.

Sometimes I do understand my mind.

I do understand myself though. I do understand my feelings and emotions.

Sometimes these feelings and emotions feel so big sometimes there too hard to understand.

0 Comments
Mood: intrigued