Re: Remove a RPM Installation ( OVER KILL ) ( OVER KILL ) ( OVER KILL ) ( OVER KILL ) ( OVER KILL )

2004-03-02 Thread danegron
rpm -e MySQL-server-4.1.1-1.i386.rpm Please how can I remove a RPM installation. I used MySQL-server-4.1.1-1.i386.rpm to install MySQL, but how can I delete it. -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL

select statement question

2003-10-22 Thread danegron
how do I get the values of foreign keys, that I have used within a database example Main_DB Main_Table PK title_id3 FK manufacturer_id 5 FK category_id 4 Manufacturer_Table PK manufacturer_id 5 description