User loginNavigationSearch |
MozdevDatabaseAccessDatabase requestsProjects may request the setup of a MySQL database for use from their project. Mozdev will monitor database usage and notify you if your usage becomes problematic. To request database for your project, file a bug and describe your intended usage. Setting up database accessMozdev will create a file on the web server containing your authentication information. To use your database you need to include this file and connect to mysql. Some examples are included below.
<?php
<?php
|