Answer the question
In order to leave comments, you need to log in
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
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?
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 questionAsk a Question
731 491 924 answers to any question