i already have a database .gz format, now i want to export it to linux using lamp, how could i do that?

tnx ^^

Recommended Answers

All 2 Replies

Unpack (un-gz!) the archive. The content should be a series of SQL statements to build the database. You should have phpMyAdmin on your Lamp system. You can use it to import the unpacked file or you can copy the content and pasted it into the SQL facility in phpMyAdmin.

chrisea is right. you cant embed .gz file in linux as it is, you need phpmyadmin or copy paste sql statement or use .sql format file

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.