Re: frustration building

2005-11-15 Thread Peter Matulis
--- [EMAIL PROTECTED] wrote: > Peter Matulis <[EMAIL PROTECTED]> wrote on 11/15/2005 02:47:56 > PM: > > but in phpmyadmin I get these types of warning for five > tables: > > > > table 1: > > UNIQUE and INDEX keys should not both be set for column `ema

frustration building

2005-11-15 Thread Peter Matulis
I am still trying to create a schema. I do not get errors when I do so but in phpmyadmin I get these types of warning for five tables: table 1: UNIQUE and INDEX keys should not both be set for column `email` table 2: More than one INDEX key was created for column `mail_id` More than one INDEX ke

Re: where is the mistake in this SQL statement?

2005-11-15 Thread Peter Matulis
--- Joerg Bruehe <[EMAIL PROTECTED]> wrote: > Sujay Koduri wrote: > > You havent specified the datatype for the column 'id'. > > Right, this should be fatal. > But I also take issue with other parts: > > > > > CREATE TABLE users ( > > id PRIMARY KEY, > > priority integer NOT NULL DEFAULT

where is the mistake in this SQL statement?

2005-11-14 Thread Peter Matulis
{ this is a resend, forgot subject in original posting } Hello, I am using MySQL 4.0.24 on OpenBSD 3.8. I am having difficulty creating a SQL schema. My attempts contain lines like: CREATE TABLE users ( id PRIMARY KEY, priority integer NOT NULL DEFAULT '7', policy_id integer unsigned NOT

Re: mysql error!!!

2002-07-03 Thread Peter Matulis
start the server before connecting to it. *** REPLY SEPARATOR *** On 7/3/2002 at 3:24 PM Rahadul Kabir wrote: >[root /root]# mysqladmin -u root password '30waverly' >mysqladmin: connect to server at 'localhost' failed >error: 'Can't connect to local MySQL server through socket

Re: MYSQL Startup Help!

2002-07-03 Thread Peter Matulis
How did you install MySQL? Package, source, binary? *** REPLY SEPARATOR *** On 7/3/2002 at 3:06 PM Rahadul Kabir wrote: >hi > im getting the message : >Can't connect to local MySQL server through socket >'/var/lib/mysql/mysql.sock' (111) > when i try to connect to mysql > >Th

Odd problem issueing commands at the console

2001-06-26 Thread Peter Matulis
---+ | mysql | | test | +--+ What's going on here? Peter Matulis - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the