LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Learning MySQL (https://www.linuxquestions.org/questions/linux-newbie-8/learning-mysql-4175477794/)

swamprat 09-19-2013 07:24 PM

Learning MySQL
 
Are there any publications or PDF's which teach you how to learn MySQL?

Thanks

Habitual 09-19-2013 07:33 PM

Administration, usage, coding...?

frankbell 09-19-2013 08:58 PM

There's the manual, but it's kind of overwhelming.

If you Google for MySQL tutorials, you will find more links than you can shake a mouse at.

O'Reilly has a lot of resources, but many of them will cost a little money.

The Linux Documentation Project also has a lot of stuff at no charge.

You can even find stuff on YouTube.

ricstirato 09-20-2013 04:38 AM

If you are completely new to (SQL-)databases in general, get a good info on how to design database structures.

One of many SQL tutorials is here:
http://beginner-sql-tutorial.com/sql.htm

and basics about structuring:
http://www.databaseanswers.org/tutor...ling/index.htm

When it comes to MySQL administration, for a beginner none is needed apart from setting a root password and creating a more restricted user.
Still, there are many tweaks for performance optimization on the configuration side.

D.V 09-20-2013 01:25 PM

Youtube also has many tutorials on MySQL.

After you've learn the basics, you can pickup additional tips and more intermediate examples
http://www.thegeekstuff.com/2013/09/...elect-command/


All times are GMT -5. The time now is 09:03 PM.