As the title suggests, I really need help getting a custom Data Base (someone else made it) onto my server! I'm a real noob at this so I will need an idiot explanation, your help will be greatly appreaciated! Also, +Rep to anyone who can help me!!
As the title suggests, I really need help getting a custom Data Base (someone else made it) onto my server! I'm a real noob at this so I will need an idiot explanation, your help will be greatly appreaciated! Also, +Rep to anyone who can help me!!
First, you need to download Navicat (Google is your friend). Second, you need to create a connection. Click the green button in the top left corner. Enter in your MySQL info (root root usually) and the connection name doesn't matter. Then double click the connection name on the right-hand side. Right click the connection name and choose "New Database...". Name it anything you wish. Now double click the database name and then right click and choose "Execute...". Choose the SQL file of your database.
Ok, thanks, I'll try this out!