Hyperstoragev1 > Config.php

Questions? Need Help? Want to share? » PHP Forum
Script Name:
Hyperstoragev1

Download:
hyperstoragev1.zip

Category:
Database Tools

Archive Content:

Content:

Demo

Content:

Config.php:


<?

include "templates.php";

global 
$DB,  $DBUser,  $templates,  $maxhyperstore;

# MAX NUMBER OF ROWS PER TABLE:

$maxhyperstore["users"]=50000//if you had a $type 'users',  max rows per is 50, 000.
$maxhyperstore["orders"]=100000//if you had a $type 'orders',  max rows per is 100, 000.

# MYSQL LOGIN SETUP

$db_user "root"
$db_password "imagine"
$db "server"
$db_host "localhost"

?>


Other Database Tools Scripts:

WebMaster Resources Home

©RingsWorld.com