J
J
jaffrey2016-05-18 21:47:28
MySQL
jaffrey, 2016-05-18 21:47:28

How to start learning MySQL for a web project?

There is an idea for a web project, a made-up start page, layouts, and so on. I’m thinking more for my practice and language learning, but I solve a fairly common problem. But the question arose of how to implement the client-server part and write scripts that will work with the database and the visitor himself. I assess the project itself as not complicated, because in simple words - you need to show, record, save and later show what the client has chosen. The problem is that logically I understand how everything works, but I don’t have enough knowledge to write. I have little experience in js, php, python without frameworks + html / css, and actually for the project itself, after a couple of days of reasoning, Python was chosen (stylish, fashionable, youthful). I would like to hear from knowledgeable people where you can get such knowledge, so that with examples, at the kitchen level. Thank you!

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Aleksandr, 2016-05-18
@jaffrey

I think we need to start reading/learning about the basic SQL language (the syntax of which is probably 70 percent identical for all relational database servers)...
Install MySQL and from the console try to connect to it, create/delete tables, add/delete /update records... create queries to fetch data and join tables... etc. etc.

M
marataziat, 2016-05-20
@marataziat

I advise you to stay on php for now

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question