How to create mysql database for a company? Is it Resource constrained?
mySQL Database
Collapse
X
-
That's rather an open ended question, basically,
- Get a computer, I'd choose Linux as an OS but Windows works to
- Download MySQL
- Install MySQL (on Linux these 2 steps can be done with the package manager)
- Configure the database service
- Design your database
- Create your tables
- Populate with initial data
- Test
I'm sure a quick Google will give you the answer for the minimum system requirements but you can run a test installation on almost anything. -
The following supplements the procedure written by Banfa.
1. Create an Oracle account.
2. Download MySQL.
3. Install MySQL.Comment
Comment