-
Notifications
You must be signed in to change notification settings - Fork 0
Setting up MySQL server and database
Damodar Dahal edited this page Feb 12, 2018
·
8 revisions
Most of the times, you'll need to integrate a database with your server. There are many different servers available, but we're going to use MySQL. Here are what you'll need to install:
- XAMPP for PHP 7.* (not the VM version).
After you install the above software, you'll need to run Apache as well as MySQL. Launch XAMPP Control Panel, and click "Start" for "Apache" and MySQL (or MariaDB).
Then go to http://localhost/phpmyadmin. (If the URL doesn't work, try http://localhost:5000/phpmyadmin This is your MySQL interface.
Now, add a database for this project, follow the instructions in this wiki page.
Code Slammers, 2018. Program run by Damodar Dahal <damodar[dot]dahal[at]selu[dot]edu>. All contents provided under the MIT License.