mysql

Florian Lohoff flo at rfc822.org
Fri May 28 00:29:28 CEST 1999


On Thu, May 27, 1999 at 09:42:12PM +0200, Achim Hendriks wrote:
> Hallo,
> 
> ich habe mir gerade den mysqld installiert. Ich habe auch schon mit mysqladmin 
> create "database" eine Datenbank angelegt. Jetzt ist die frage, wie erstelle ich 
> die table in der datenbank ?
> ich habe es mit mysql versucht, aber der sagt mit immer syntax error.
> 
> hat jemand nen tip für mich ?

Such mal in dem mysql kram - Da liegt eine manual.txt drin - Die erklaert
grundzuege von SQL und die eigenheiten von mysql ...

Grundsaetzlich ...

create table hallo (
	hallo	int,
	dum	char(20)
);

Und das in den mysql reinwerfen ...

Flo
-- 
Florian Lohoff		flo at rfc822.org		      	+49-5241-470566
Good, Fast, Cheap: Pick any two (you can't have all three).  (RFC 1925)



More information about the Linux mailing list