How to programmatically create and log in drupal users
Creating a new user is very easy in Drupal 6. Here’s how.
<p>><p>$new_user = array(</p><p>'name' => $username,<br /> 'mail' [...]
Creating a new user is very easy in Drupal 6. Here’s how.
<p>><p>$new_user = array(</p><p>'name' => $username,<br /> 'mail' [...]
I didn’t really get this. Who the heck is Helen Fry? I had to read the comments in the site to realise “Go to Helen Fry” should be read as “Go to Hell and Fry”!
There are other beauties in there as well – Sofa King, Helen Wait…
PS : click on the [...]
So you haveĀ a database with loads of tables. You want the table definitions of all of them. You don’t really need the data. mysqldump to the rescue!
mysqldump -u USERNAME –password=PASSWORD –no-data –opt DB1 > DUMPFILE
That’s it! Easy as a pie The key here is the –no-data option. It dumps all the table [...]
So the best way to backup your mails from Thunderbird is to copy your complete profile directory. Follow these steps for restoring your mail.
The fool that I am, instead of copying the full profile directory I ended up backing up just the Mail subdirectory in the profile directory. It took me a while to figure [...]