Create SQL Database Create, view, and delete your own MySQL databases, which can be used for fast and scalable data retrieval/storage in your CGI/PHP applications. |
SQL User Permission Grant access permissions of certain databases to specific users. You can also create new users and assign them passwords. |
SQL Management Use phpMyAdmin to graphically administer/query existing MySQL databases. |
Cron Jobs Cron allows you to set a script to run at pre-determined times. You can set a cron job to run every day, every other day, every Wednesday, once a month, etc. |