| PHP, MySQL General PHP questions. Or go to our PHPsuexec Forum >> |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread |
|
|
#1 (permalink) |
|
Registered User
Fresh Surpasser
Joined in Jul 2004
3 posts
Gave thanks: 0
Thanked 0 times
|
I searched but maybe you all can help quicker. I've no mysql or php experience, as a result, I'm using drupal. anywho im attempting to update from the 4.1 surpass so easily installs to 4.2... which means i need too:
"create the sessions table manually before upgrading. After you created the table, you'll want to log in and immediately continue the upgrade. To create the sessions table, issue the following SQL command (MySQL specific example): CREATE TABLE sessions ( uid int(10) unsigned NOT NULL, sid varchar(32) NOT NULL default '', hostname varchar(128) NOT NULL default '', timestamp int(11) NOT NULL default '0', session text, KEY uid (uid), KEY sid (sid(4)), KEY timestamp (timestamp));" how do I do this? thank you for your patience and understanding that some of us are VERY new to this. -esr2 |
|
|
|