Error to import mysql data base

Erro

Comando SQL:

``

--
-- Database: `de_ad9t5v1_s6f9t45g`
--

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

--
-- Estrutura da tabela `cart`
--

CREATE TABLE IF NOT EXISTS `cart` (
  `cart_id` int(11) NOT NULL,
  `cart_product_id` text NOT NULL,
  `product_qtd` text NOT NULL,
  `client_id` text NOT NULL
) ENGINE=InnoDB AUTO_INCREMENT=252 DEFAULT CHARSET=latin1

Mensagens do MySQL : Documentação

#1044 - Acesso negado para o usuário 'id10583131_wp_ff1e95204d32c05b4678f69dec90efd3'@'%' ao banco de dados 'information_schema'

Hello. Please recheck your database credentials and try again.

From which panel/interface are you trying to execute the given command?

Ensure you click on YOUR DATABASE ON THE LEFT HAND SIDE OF PHPMYADMIN and not information_schema

THEN SELECT YOUR ACTION FROM THE TOP I.E. SQL, IMPORT, EXPORT. :slight_smile:

This topic was automatically closed after 4 days. New replies are no longer allowed.