MAMP:Beheren database

Terug naar Mac

Handleiding

Bronnen, noten en/of referenties:
  1. Informatie afkomstig van Fathead Design
  2. Informatie afkomstig van timmyomahony

Externe Links

Importeren database

/Applications/MAMP/library/bin/mysqldump -u [user] -p [database] < [sql][1]



Exporteren database

/Applications/MAMP/library/bin/mysqldump -u  [user]  -p [database] > [sql][1]
  • [user]: database user
  • [database]: naam van de database
  • [sql]: pad plus import/export bestand
Bronnen, noten en/of referenties: