Difference between revisions of "Talk:MySQL Database Setup"

From ASSS Wiki
Jump to: navigation, search
(request)
 
m (pseudo answer)
Line 1: Line 1:
 
I know this isn't the place for it, but could we have a simple tutorial of coding for a MYSQL Server. I swear I've looked at the tutorials on the mysql++ site a few times and havn't been able to figure it out. Maybe a simple c++ sniplet that creates a database, one that queries a database and prints the result, and one that adds / changes a value in the database. Thanks guys. [[User:BaK|BaK]]
 
I know this isn't the place for it, but could we have a simple tutorial of coding for a MYSQL Server. I swear I've looked at the tutorials on the mysql++ site a few times and havn't been able to figure it out. Maybe a simple c++ sniplet that creates a database, one that queries a database and prints the result, and one that adds / changes a value in the database. Thanks guys. [[User:BaK|BaK]]
 +
 +
I learned most of my SQL statements back when I had the Perl DBI book.  It helped a lot.  So much easier >_<.  I wonder how easy it is to do in python?  I remember looking at the code for yare a few years back before the project got canned.  I still have the source code for when i merged the mysql shit into the regular code.  Maybe that'll help.  Unfortunately, I don't have a place to setup my main system right now. [[User:I88gerbils|i88gerbils]]

Revision as of 20:06, 14 September 2005

I know this isn't the place for it, but could we have a simple tutorial of coding for a MYSQL Server. I swear I've looked at the tutorials on the mysql++ site a few times and havn't been able to figure it out. Maybe a simple c++ sniplet that creates a database, one that queries a database and prints the result, and one that adds / changes a value in the database. Thanks guys. BaK

I learned most of my SQL statements back when I had the Perl DBI book. It helped a lot. So much easier >_<. I wonder how easy it is to do in python? I remember looking at the code for yare a few years back before the project got canned. I still have the source code for when i merged the mysql shit into the regular code. Maybe that'll help. Unfortunately, I don't have a place to setup my main system right now. i88gerbils