Skip to content

Commit

Permalink
Correção dados do banco.
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrianonayfero committed Jun 27, 2019
1 parent 0a555d0 commit b0e8bc7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions BASE-DE-DADOS.sql
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ SET time_zone = "+00:00";
/*!40101 SET NAMES utf8mb4 */;

--
-- Database: `idg2019git`
-- Database: `idg2019`
--
CREATE DATABASE IF NOT EXISTS `idg2019git` DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci;
USE `idg2019git`;
CREATE DATABASE IF NOT EXISTS `idg2019` DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci;
USE `idg2019`;

-- --------------------------------------------------------

Expand Down
4 changes: 2 additions & 2 deletions configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ class JConfig {
public $debug_lang = '0';
public $dbtype = 'mysqli';
public $host = 'localhost';
public $user = 'root';
public $user = '';
public $password = '';
public $db = 'idg2019git';
public $db = 'idg2019';
public $dbprefix = 'idg2019_';
public $live_site = '';
public $secret = 'MM7hwkMmtkrwCcJS';
Expand Down

0 comments on commit b0e8bc7

Please sign in to comment.