99.99% Uptime for MySQL and PostgreSQL on Google Cloud
Enterprise Plus edition delivers sub-second maintenance downtime and 2x read/write performance. Built for critical apps.
Cloud SQL Enterprise Plus gives you a 99.99% availability SLA with near-zero downtime maintenance—typically under 10 seconds. Get 2x better read/write performance, intelligent data caching, and 35 days of point-in-time recovery. Supports MySQL, PostgreSQL, and SQL Server with built-in vector search for gen AI apps. New customers get $300 in free credit.
Try Cloud SQL Free
Ship AI Apps Faster with Vertex AI
Go from idea to deployed AI app without managing infrastructure. Vertex AI offers one platform for the entire AI development lifecycle.
Ship AI apps and features faster with Vertex AI—your end-to-end AI platform. Access Gemini 3 and 200+ foundation models, fine-tune for your needs, and deploy with enterprise-grade MLOps. Build chatbots, agents, or custom models. New customers get $300 in free credit.
This set of PHPscripts is a citation management system with extensive search functionality, backed by a MySQL database. It is useful for writing academic documents like a thesis. The scripts are well documented and easy to set up.
this is a tool/php script which i developed for creating forms and insert scripts from database, this was the basic requirement for most projects i work, a database few select(sql) scripts, few insert(sql) scripts. it creates scripts and puts into separa
Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.
Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
FPHDB is a set of PHPscripts that will facilitate all the ordering, inventory, and estimation needs of a printing business. It also uses JavaScript on frontend and a MySQL database on backend.
pearsession is a PHP script which overrides the default text file based session handler, allowing any database supported by PEAR to be used instead (MySQL, mSQL, Oracle, MS SQL Server, Interbase, Sybase, etc.). It includes general information about using
Automatic sharing of Web applications by homepage account holders without the need for Write/Execute persm on the directory. (ie: Give\'m CGI without letting them Write or Execute files !). Any PHP/MySQL script can be setup to be shared in 10 minutes
CVOrganizer is a set of PHPscripts, that is helpful for managing a bunch of job aplications. It can help the so called "human resources managers". The set includes a full and customisable web interface. The job applicants have to fill in a form. The admi
From dev environments to AI training, choose preset or custom VMs with 1–96 vCPUs and industry-leading 99.95% uptime SLA.
Compute Engine delivers high-performance virtual machines for web apps, databases, containers, and AI workloads. Choose from general-purpose, compute-optimized, or GPU/TPU-accelerated machine types—or build custom VMs to match your exact specs. With live migration and automatic failover, your workloads stay online. New customers get $300 in free credits.
A small collection of scripts to help administer, construct and make alterations to a MySQL database via a web interface. See the project home page for the latest version.
Web based applications written in PHP/SQL. Some include; Authentication scripts, a complete and extensive rrdtool frontend, HTTP/PHP upload management code, and a dynamic school district website that is currently in use.
PHP Turbulence is a suite of PHPscripts that work together in unison. They do not require one another to be present, but work perfect together. The intent of the project is to eliminate the need to download a PHP message board, PHP news, PHP user manag
php3Links is GPL licenced free software created using PHP3 and MySQL. It is a link farm based loosely based on Yahoo. NOTE: This code is dangerously obsolete.
MyDB is a collection of classes (MyDataLib) and applications (MyData, WebIDE) that help built web applications 4 to 10 times faster.
The main idea is very simple : Insert simple Objects in the web pages to manage and display the datas.
How does it wo
UPDATE 10Jun12:
I have not had chance to package up the source code for this - however - it is all written. There's a full write up/article detailing exactly what I did/how it works here:
PHP MySQL "instant" Audit Trail:
http://www.flatcoder.co.uk/php-mysql-instant-auditorauditing/
This came about when a client asked for a way to audit their system. The codebase was an old PHP application with more files/scripts that anyone would like to plough through!
The solution was a simple "drop in" replacement for the mysql_query call. ...