J
J
Jenek_Amigo2014-05-13 21:58:25
MySQL
Jenek_Amigo, 2014-05-13 21:58:25

Open your database in phpMyAdmin

Greetings, please tell me how to open a ready-made sql database in phpMyAdmin. The first time is simple, you need to open it, it is already ready, I try the import, I upload it, but it gives an error. Please advise, thanks in advance.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
I
Ivan, 2014-05-13
@0neS

What does open mean?
Create a new db? So after all, there is a button on the PMA main page (if the user has enough rights).
What error does it give? Where did you see psychics here?

R
Rikcon, 2014-05-13
@Rikcon

What mistake?

J
Jenek_Amigo, 2014-05-13
@Jenek_Amigo

SQL query:
--
-- Database: `gossip`
--
-- --------------------------------- -----------------------
--
-- `gossip_contents` table structure
--
CREATE TABLE IF NOT EXISTS `gossip_contents` (
`key` varchar(32) NOT NULL,
`val` text NOT NULL,
UNIQUE KEY `key` (`key`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question