Koozali.org: home of the SME Server
Legacy Forums => General Discussion (Legacy) => Topic started by: Ian on April 07, 2002, 09:53:47 PM
-
I was told I need to run this command in phpMyAdmin. But I have no Idea on how to get to PhpMyadmin and hoe to run the following command would some one be kind enough to walk me through this.
ALTER TABLE phpbb_users ADD COLUMN user_timezone float DEFAULT '0' NOT NULL
-
If you don't know how to get to phpmyadmin, you probably don't have it installed. Just log into the console as root, and type this:
[root@e-smith /root] # mysql phpbb
mysql> (the command you have)