Trying to learn how to use MYSQL and the attempt is going horribly... What do i do? Do i just upload the file to my website and then load the website that needs mysql or do i reprogram mysql someway... Can anyone help me?
Noob attempting to learn MYSQL
You have to use your control panel to create a new database(with a username and password you HAVE to remember),
after you've created the database, go to your phpMyAdmin, create some tables and start working.
after you've created the database, go to your phpMyAdmin, create some tables and start working.
Here is the general documentation page on the MySql site:
http://dev.mysql.com/doc/
But, this document specifically:
http://dev.mysql.com/doc/refman/4.1/en/index.html
Another reasonable synopsis:
http://www.analysisandsolutions.com/code/mybasic.htm
Here is a good SQL tutorial:
http://www.w3schools.com/sql/default.asp
http://dev.mysql.com/doc/
But, this document specifically:
http://dev.mysql.com/doc/refman/4.1/en/index.html
Another reasonable synopsis:
http://www.analysisandsolutions.com/code/mybasic.htm
Here is a good SQL tutorial:
http://www.w3schools.com/sql/default.asp
