Local -> Server

Author Message

Toni PEINOIT

Monday 20 August 2007 3:50:28 am

Hey,

I don't know how I can see my datebase to export my table of my site which is in local ?
Can you help me?

Thanks you

André R.

Monday 20 August 2007 4:56:39 am

use phpmyadmin.

Or if you want / have to do it from command line, here are some code:

export:
mysqldump [options] db_name > db_name.sql

import:
mysql -p -h localhost db_name < db_name.sql

eZ Online Editor 5: http://projects.ez.no/ezoe || eZJSCore (Ajax): http://projects.ez.no/ezjscore || eZ Publish EE http://ez.no/eZPublish/eZ-Publish-Enterprise-Subscription
@: http://twitter.com/andrerom

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.