Results 1 to 3 of 3

Thread: Help learning MySQL

  1. #1
    Join Date
    Jun 2019
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Help learning MySQL

    I've just research about MySQL for my new major since I want to change into Business Analyst. How should I start? Thanks!

  2. #2
    Join Date
    Jan 2007
    Location
    Davenport, Iowa
    Posts
    2,440
    Thanks
    106
    Thanked 120 Times in 118 Posts

    Default

    MySQL is a lot like learning spreadsheets or Microsoft Excel. If you are looking into MySQL I would start by first creating a database and then creating a table for that database. Next, write a PHP script to interact with your database. You will need a web page to do this. You can get all of this for as little as $6.00 or $7.00 per month. I prefer GoDaddy.

    You can read up on the official MySQL documentation here https://dev.mysql.com/ however, their website is not very navigable to the novice.
    You can read up on the PHP side of things here: https://www.php.net/manual/en/functi...li-connect.php (also contains an example for connecting to your database.)
    To choose the lesser of two evils is still to choose evil. My personal site

  3. #3
    Join Date
    Jun 2019
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Thank you

    Quote Originally Posted by james438 View Post
    MySQL is a lot like learning spreadsheets or Microsoft Excel. If you are looking into MySQL I would start by first creating a database and then creating a table for that database. Next, write a PHP script to interact with your database. You will need a web page to do this. You can get all of this for as little as $6.00 or $7.00 per month. I prefer GoDaddy.

    You can read up on the official MySQL documentation here https://dev.mysql.com/ however, their website is not very navigable to the novice.
    You can read up on the PHP side of things here: https://www.php.net/manual/en/functi...li-connect.php (also contains an example for connecting to your database.)
    It's a bit of great advice. Thank you so much. I also have some websites that are under construction for optimizing MySQL queries for performance and speed because they have large stocks. E.g this website https://www.alangrahams.com.au/.

    I think this industry is really interesting and hope to learn from your specialized knowledge more. Many thanks!
    Last edited by james438; 06-28-2019 at 06:17 AM.

Similar Threads

  1. PHP learning, how long?
    By xhilaration in forum PHP
    Replies: 2
    Last Post: 03-15-2015, 09:01 PM
  2. I am learning css-can I do more
    By ajfmrf in forum CSS
    Replies: 3
    Last Post: 04-27-2011, 07:57 PM
  3. When learning PHP & MySQL...
    By Dirt_Diver in forum PHP
    Replies: 2
    Last Post: 01-11-2009, 06:10 PM
  4. Learning thru net
    By vaibhav24in in forum The lounge
    Replies: 2
    Last Post: 11-20-2007, 04:05 PM
  5. Learning ASP
    By vaibhav24in in forum ASP
    Replies: 11
    Last Post: 03-13-2007, 07:37 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •