all:
	g++ -Wall -o dbwriter dbwriter.cpp  -L/usr/lib/mysql -lmysqlclient

