On Tue, April 19, 2005 4:46 pm, Ryan A said:
> Hey,
> Thanks for replying, I tried using the test example of Petar Nedyalkov,
> but
> when i try to create the following:
>
>  CREATE TABLE `profile_log` (
>    `profile_id` int(10) default NULL,
>    `user_id` int(10) default NULL,
>    `last_login` timestamp NOT NULL
> ) ENGINE=MyISAM CHARSET=utf8

ENGINE= is MySQL 4.x for TYPE= in MySQL 3.x

I dunno about the CHARSET stuff.

But then, this is a *MySQL* question, not PHP!

Try here: http://mysql.com/

-- 
Like Music?
http://l-i-e.com/artists.htm

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to