Database Setup & Diagnostics

Verify MySQL tables, schema migrations, and connection settings.

Database Connection

Connected (SQLITE)
Table Name Total Records
users 7
categories 6
tools 63
conversions 0
api_keys 6
feedback 0
settings 6

MySQL Production Settings

To connect to your live MySQL / MariaDB server, edit the credentials in config/db.php or provide environment variables:

// In config/db.php:
private static string $db_host = '127.0.0.1'; // or 'localhost'
private static string $db_name = 'u491814586_needconvertphp';
private static string $db_user = 'u491814586_needconvertphp';
private static string $db_pass = '';