Category Archives: mysql
Searching For Fee Car Classifieds Script
Cars are no longer a luxury nowadays (except if you want to own a Ferrari or something). Cars are now a necessity in today’s standard of living. And let’s face it, with the price of brand new cars and the forever raising price of gasoline, not every one can buy a new set of wheels. … Continue reading
mysql: Multiple Table Query, Output into File
Got a request from the boss today to extract all users plus their contact numbers from the Paging server Server is a Red Hat Enterprise Linux AS release 4, running LAMP. The data needed are located in several tables, so we need to query all relevant tables in the databse: mysql> SELECT users.username, users.emailaddress, user_services.current_service … Continue reading