Archive for the resources category

How to Backup and Restore a MySQL Database

Share on TwitterSubmit to StumbleUponDigg This
file Replace the username, database and file parameters with the values that match your database. For instance: mysqldump -u root -p mydatabase > /home/backups/mybackup.sql If all goes well, you'll be prompted for the password, and then the backup file will be created. Note that in the above example, the /home/backups folder must exist. If it doesn't, you'll need to create it first. Restore Your MySQL Database Be careful with this, because any existing data will be overwritten. You'll need to do the following: mysql -u username -p database < file If we wanted to restore from the file we just created, here's what we'd do: mysql -u root -p mydatabase < /home/backups/mybackup.sql Once again, just enter the password, and the database will be restored from the file you supplied.
Share on TwitterSubmit to StumbleUponDigg This
In: resourcesAuthor: ReadWriteWeb (blog)Comments Off

How to Link Data From Another Database in Microsoft Access

Share on TwitterSubmit to StumbleUponDigg This
Share on TwitterSubmit to StumbleUponDigg This
In: resourcesAuthor: News-GenieComments Off

FontPark is a Searchable, Sortable Database of Over 70000 Free Fonts

Share on TwitterSubmit to StumbleUponDigg This
Share on TwitterSubmit to StumbleUponDigg This
In: resourcesAuthor: Adam DachisComments Off