Ersan Jašarević Sano - Home http://www.ersano.com/ bhs Blog - MySQL database replace http://www.ersano.com/bhs/Blog/b44/MySQL-database-replace.html Dole navedena skripta mijenja specificirani tekst, u kolumni, sa drugim tekstom u cijeloj bazi na mysql serveru.
Postavljam je ovdje kao copy/paste referencu koju ću koristiti nekada u budućnosti...

<?php
mysql_connect('host','korisnik','lozinka');
mysql_select_db('baza');
$result_table = mysql_query('SHOW TABLES');
while ($row = mysql_fetch_array($result_table))
{
    foreach ($row as $key => $table)
    {
        $result_column = mysql_query('SHOW COLUMNS FROM $table');
        while ($row_column = mysql_fetch_array($result_column))
        {
            mysql_query(UPDATE $table SET $column = REPLACE($row_column['Field'], 'izmijeni me', 'sa mnom'));
        }
    }
}
?>
Blog Thu, 30 Dec 2010 06:28:26 +0100
Blog - Nagrada http://www.ersano.com/bhs/Blog/b43/nagrada.html Blog Sun, 19 Dec 2010 14:54:27 +0100 Slike - Aktivnosti http://www.ersano.com/bhs/Slike/a59/aktivnosti.html Slike Projekti - Raiffeisen Bank Bosna i Hercegovina website http://www.ersano.com/bhs/Projekti/p21/Raiffeisen.html Projekti Raiffeisen Bank je vodeća financijska institucija u Bosni i Hercegovini. Videa - Schnuffel http://www.ersano.com/bhs/Videa/v35/Schnuffel.html Videa Sat, 12 Feb 2011 00:00:00 +0100