Uh hey, im trying to learn MySQL but all the tutorials I can find are confusing, Does anyone know of some basic tutorials I can use? I know how to set a database, edit info ect but thats about it. Anything would be greatly appreciated
If you are already creating databases/tables (through phpmyadmin perhaps?), then your next step would be connecting to the database and querying information from the database using some sort of scripting language such as PHP, or CGI/Perl.
There are some tutorials on Hotscripts for PHP and CGI/Perl
Also, Resource Index has some tutorials for PHP or CGI.