Table of Contents

Tutorial pentru export/import DB (backup/migration etc.)

Export/Import

  1. Se exportă baza de date (fie din phpmyadmin fie prin comanda: mysqldump –add-drop-table –user=USER –password=PASSWORD DBNAME > export.sql
  2. Pe mașina destinație, se crează o bază de date nouă: TODO
  3. Se importă fișierul dump prin comanda: mysql –user=NEWUSER –password=NEWPASSWORD –default_character_set utf8 DBNAME < export.sql

Misc

Drupal

www.rosedu.org are ca backend drupal. Fișierul de configurare pentru mysql este ~rosedu/public_html/sites/default/settings.php.

SMF

forum.rosedu.org are în spate SMF. Fișierul de configurare este ~rosedu/public_html/forum/Settings.php.

tutorial/mysql_db.txt · Last modified: 2010/07/29 19:28 (external edit)
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Noncommercial-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki