|
|||||||||||||
|
Find out how to get an account on FrogNet's MySQL server.
MySQL is an open source relational database. Open source means it's free and that lots of folks around the world constantly work on it to improve it. A relational database is different from a simple spreadsheet like you would find in Microsoft Excel. Relational databases use several tables that can have common data (links) to each other so that a few well designed tables can hold lots of easily searchable data.
MySQL's official web site has lots of information on how to use MySQL commands to create tables and organize your data.
Contact FrogNet's tech support line @ 1-888-593-3764 and ask for a MySQL account.
The name of your database will be the same as your frognet login. This is non-negotiable.
FrogNet will create the account and database for you on our MySQL server.
You get 1 free database per frognet login.
You can buy more databases if need be, but this is often un-necessary because...
Databases can contain as many tables as you want.
You can name the TABLES in your database whatever you want. However...
The name of your database is the same as your FrogNet login (username, account id, etc) This cannot be changed.
The data you store in your Database counts towards your 200MB-per-account limit on file space.
The MySQL server is only accessible via scripts running on our web server (localhost) If you need to configure a script to use your MySQL account, set the hostname, host, or server to "localhost" or "127.0.0.1" without the quotes, of course.