LonelyRoad Posted September 23, 2014 Share Posted September 23, 2014 So I have plans to start what I want to call the OpenDev project, which will basically be an open source active development of a gamemode that will aim to be fairly 'generic' but still kind of specialize in RPG characteristics. Now that you have the background, what I actually want to know is two things: 1) Is there interest in such a project, it will probably work out of github (unless I find a better alternative) and will have a primary server, it will be overseen and monitored by myself but anyone can pull, fork or commit after I approve such actions. 2) For the nerds... Does anyone know of an application that gives people a method of seeing the design and content of a MySQL Database, kind of like a spreadsheet in a web browser. The idea being is people can see what is being stored, but not directly edit it. Link to comment
Castillo Posted September 23, 2014 Share Posted September 23, 2014 About the MySQL database viewer, I guess you can just use phpMyAdmin and create users with no edit permissions. Link to comment
LonelyRoad Posted September 23, 2014 Author Share Posted September 23, 2014 About the MySQL database viewer, I guess you can just use phpMyAdmin and create users with no edit permissions. I thought about doing that, but if possible I wanted to avoid the step of logging in or having to spend time understanding what's available in phpMyAdmin. I wanted a lighter user method. Link to comment
Mr_Moose Posted October 8, 2014 Share Posted October 8, 2014 GitHub for the source code is an obvious choice, about MySQL I'm using this. It saves all login details encrypted on your local PC, handles multiple databases and makes it just as simple editing databases as working on a regular Excel document, it's a powerful tool which you use at your own risk, it won't stop you if you try to remove the entire database for example Link to comment
Jaysds1 Posted October 8, 2014 Share Posted October 8, 2014 What do you mean by "people can see what is being stored", are you talking about the devs having access to the DB to see what's stored or the players of the server can see what's stored in the DB? Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now