Simple mySQL Question (I hope)
Out of context: Reply #4
- Started
- Last post
- 14 Responses
- 187LockDown0
I would reccomend installing phpmyadmin to work with your mySQL Server. With this you can set up several databases each with permissions to the phpmyadmin website set up on your server. Each user can be granted privilages or have them revoked by an admin or root. That root would be you if it's your own server or you might be a user with permissions to only your database if your on a shared server.
I would suggest learning everything you can about MySQL and PHPMyAdmin
If you do run your own server then you will also need to know about IIS for windows or Apache for linux, these are your webservers and once your at an advanced level you will need to know the ins and outs and how they work with your websites.
It is also fine to use Apache on windows like unfittoprint suggested, but if your a newbie I would not suggest it at this point. It will make things a little more complicated but the knowledge learned will be very usefull. Have fun it's a long ride.