How to start MySQL in Solaris8

2002-04-18 Thread Nguyen, David M

Hi all,

I just downloaded MySQL package from SUN website and installed it on my unix
machine which runs Solaris8.  How do I start MySQL in Solaris8?  If I need
to create a new account to start it then how do I create a new account?

Thanks,
David

-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Datatype for comment field

2001-03-07 Thread Nguyen, David M

I try to create a new table and setup a datatype for comment column that has
about 7000 characters long.  How do I define it in Oracle?

**Here's my SQL and the error I got.

SQL create table test
 (comment   varchar(7000));

ERROR --- Character field too long


Thanks,
David

-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php