Hallo!
a) wie lösche ich tabellen aus mysql db's?
DROP TABLE tabelle;
b) wie verändere ich deren einstellungen?
ALTER TABLE -> MODIFY, CHANGE
c) wie verändere/ lösche ich datensätze aus tabellen?
z.B.
UPDATE tabelle SET spalte='neuerInhalt' WHERE id=413;
bin dankbar für jede antwort;)
ansonsten schönen donnerstag*fg
Schau doch einfach mal in die mySQL-Doku. Es gibt auch schon billige mySQL-Bücher.
-> http://www.mysql.com/documentation/mysql/bychapter/
-> http://www.amazon.de/exec/obidos/ASIN/3826670213/
-> http://www.php.net/manual/de/ref.mysql.php
MfG, André LAugks