Questions tagged [export]

175 questions
47
votes
5 answers

How to export result of a MySQL query using phpMyAdmin 3.4.3?

I've got a 30K row table When I run a long, 50-line query on that table, a GROUP function reduces the number of rows to 7K I want to export the grouped 7K rows as a new table, or save them as a CSV When I attempt to export, instead of getting the…
grape
  • 471
  • 1
  • 4
  • 3
40
votes
5 answers

How can I copy MySQL users table from one server to another?

I'm setting up up a new MySQL server and I'd like to give it the same set of usernames, allowed hosts, and passwords as an existing server (which is going away). Would it work to just do a dump of the users table and then load it on the new…
Agvorth
  • 2,429
  • 4
  • 28
  • 29
20
votes
5 answers

exportfs: Warning: /home/user/share does not support NFS export

'exportfs -r' returns me this error when I'm trying to export /home/user/share (ext4): exportfs: Warning: /home/user/share does not support NFS export. /etc/exports: /home/user/share 192.168.1.3 (rw,no_subtree_check) The system is Ubuntu 10.04…
Talis
  • 209
  • 1
  • 2
  • 3
15
votes
5 answers

install the same debian packages on another system

How do I export a list of installed Debian packages on a system, and then install those same packages on a new system?
jes5199
  • 367
  • 1
  • 4
  • 8
12
votes
3 answers

MySQL dump, output each table row on a new line whilst using --extended-insert

I'm having an issue, where for ease of use, I'd like to be able to format a command line MySQL dump so that each row of a given table is on a new line when using the --extended-insert option. Usually when using --extended-insert, every row of a…
soopadoubled
  • 143
  • 1
  • 8
9
votes
6 answers

How can I export all group policies to a easily-parseable format?

I need to dump all the Group Policies within Active Directory to review offline at a later date. Is there a way I can easily export all the Group Policies to text or some other easily-parseable format? Edit: Will these tools work from a computer…
romandas
  • 3,242
  • 8
  • 37
  • 44
8
votes
4 answers

How to export a detailed list of Active Directory users' "Member of" tab?

I am currently in the process of restructuring the Active Directory user list of the company I'm working for, and the person who did it did an awful job, and is of course, not working here anymore. My question is the following: I want to have an…
Alex
8
votes
2 answers

NFS Share with root for anonuid / anongid

I've exported a share from my server and set anonuid and anongid to be 0 (root). However, when I mount the share on the client, it doesn't appear my settings are working as I'm getting permission denied to folders within the share owned by…
Jason
  • 371
  • 1
  • 7
  • 19
7
votes
3 answers

Export VM from Proxmox

I want to export the vm from proxmox to virtualbox or vmware. Is it possible? and how?
hotips
  • 533
  • 4
  • 8
  • 18
6
votes
1 answer

mongoexport csv output array values

I'm using mongoexport to export some collections into CSV files, however when I try to target fields which are members of an array I cannot get it to export correctly. command I'm using: mongoexport -d db -c collection -fieldFile fields.txt --csv >…
9point6
  • 175
  • 1
  • 1
  • 6
6
votes
2 answers

How to dump multiple subversion repositories at once on various OSs

How do I make a dump of a number of subversion repositories - with all repositories residing in one folder - on various operating systems (Linux shells, Windows 9x/Vista/XP/Server, etc.)? I'll post an answer that works on Windows Server 2003 - but…
Pekka
  • 2,158
  • 3
  • 19
  • 32
5
votes
3 answers

Export SharePoint Wiki to PDF from the Command Line

We use a SharePoint wiki* at the office to serve as a knowledgebase for our IT operations. Recently we went through a disaster recovery exercise where we realized we had a key hole in our plans: how do you restore the services if your instruction…
Wyatt Barnett
  • 725
  • 5
  • 14
5
votes
2 answers

How export database from mssql by using command line

I am using windows7 os and i have a database on MSSQL server 2005 i am using following codes to import database sqlcmd -S [server instance name] -d [database name] -i [filename you want to import] i want to export database something like above…
jayakrishnan
  • 51
  • 1
  • 1
  • 2
5
votes
6 answers

Error in New-MailboxExportRequest - "Couldn't find the Enterprise Organizational Container" even though permissions seem right

When disabling users I typically will be asked to retain a copy of their mailbox. I accomplish this by literally creating their mailbox in Outlook and then exporting to PST. Is there some way around having to do this just to save a…
tacos_tacos_tacos
  • 3,220
  • 16
  • 58
  • 97
5
votes
2 answers

MySQL export tables with prefix from Unix command line

I want to export certain tables from one database and import them to another. The tables in question are used for my MediaWiki installation and are prefixed with "wiki_". I do not have access to phpMyAdmin, but I am able to connect to the server via…
o01
  • 249
  • 2
  • 12
1
2 3
11 12