Home » questions » How hard is mysql database to learn?

How hard is mysql database to learn?

2006-07-29 17:48:18, Category: Programming & Design
I need to give out passwords for my paysite without a 3rd party doing it and taking a % of my money.

Answers

  1. negusma2000

    On 2006-07-29 17:52:09


    quite hard
  2. interested dude

    On 2006-07-29 18:01:45


    I have been learning a bit of php and mysql and it is not all that difficult and there is a wealth of free information and example code out there to help you. More time consuming than anything, I would say. If your webhost offers mysql database admin from the control panel it can save quite a bit of time and effort.
  3. diogenese19348

    On 2006-07-29 17:54:22


    No more difficult than Oracle or SQLServer, but I don't know your level of computer literacy. As long as you are not talking a large site you should be able to handle it. As things get bigger, you have to tune them to get decent performance, but it does not sound like you are that size. Pick up a book on the subject. If you understand the first couple of chapters, you should be OK. -Dio