view interface/config.php @ 2:da5309d54083

add missing books to sections as dummy entries for further modification. (1) Alter "Auto_increment" to 5190896 for sections table in database. (2) Finds missing books (using mysql OR _select_distinct() in add_missing_books_to_sections.php (3) Put the missing_books.csv in intermediate_results. and execute: add_missing_books_to_sections.php
author Zoe Hong <zhong@mpiwg-berlin.mpg.de>
date Fri, 23 Jan 2015 19:00:57 +0100
parents ef6d0c6a13d7
children
line wrap: on
line source

<?php

$systemNAME = "interface";

// local machine
$mysql_database="Gazetteers";
$mysql_server = "localhost";

$mysql_user = "root";
$mysql_password = "root";

/* 
// MPIWG server
$mysql_database="Gazetteer";
$mysql_server = "localhost";

$mysql_user = "Gazetteer";
$mysql_password = "3333";
*/

?>