Koozali.org: home of the SME Server

MySQL problem

Ian

MySQL problem
« 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

Dan Brown

Re: MySQL problem
« Reply #1 on: April 07, 2002, 09:58:54 PM »
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)