MosheBaroz
Total Posts: 7
Joined: 2008-04-23
Hi
How do i transfer a whole magento package+configuration+db from my localhost to a server with a real domain name?
thanks,
Moshe Bar-Oz
Posted: April 25 2008
| top
joomlavue
Total Posts: 26
Joined: 2008-04-03
Singapore
Magento doesn’t need much configuration, just move the files and import it’s db, the only place that needs some update is /app/etc/local.xml where database connection setting is stored.
Signature
http://www.joomlavue.com
Magento Theme Developer
Posted: April 25 2008
| top
| # 1
MosheBaroz
Total Posts: 7
Joined: 2008-04-23
Hi There
thank you
When importing the DB means to import all the DATABASE right?
not from the Magento Admin
Posted: April 25 2008
| top
| # 2
chiaraweb
Total Posts: 721
Joined: 2008-03-21
Aviano ~ Italy
database from the phpmyadmin, it is better if you create the backup from backend
also empty the cache folder and sessions
Signature
Believe Yourself
My Magento Shop http://www.ecobaby.it
Posted: April 27 2008
| top
| # 3
MosheBaroz
Total Posts: 7
Joined: 2008-04-23
Hi There
Thank you
While i will finish the whole transfer , it will be a whole customable our customer Jewelry Store
thanks
moshe
Posted: April 27 2008
| top
| # 4
israelibadamm
Total Posts: 85
Joined: 2007-12-10
or an error like that:
SQL query : -- phpMyAdmin SQL Dump -- version 2.9.1.1 -- http : //www.phpmyadmin.net -- -- Host : 10.6.166.163 -- Generation Time : Jul 22 , 2008 at 01 : 52 PM -- Server version : 5.0.45 -- PHP Version : 4.4.4 -- -- Database : ` bizbooz_magento ` -- -- -------------------------------------------------------- -- -- Table structure for table ` admin_assert ` -- CREATE TABLE ` admin_assert ` ( ` assert_id ` int ( 10 ) unsigned NOT NULL AUTO_INCREMENT , ` assert_type ` varchar ( 20 ) NOT NULL default '' , ` assert_data ` text , PRIMARY KEY ( ` assert_id ` ) ) ENGINE = InnoDB DEFAULT CHARSET = utf8 COMMENT = 'ACL Asserts' AUTO_INCREMENT = 1 ; MySQL said : Documentation #1050 - Table 'admin_assert' already exists
For a database which has no rows or any data
Posted: July 22 2008
| top
| # 5
nikefido
Total Posts: 481
Joined: 2008-07-11
New Haven, CT
israelibadamm - 22 July 2008 12:56 PM
or an error like that:
SQL query : -- phpMyAdmin SQL Dump -- version 2.9.1.1 -- http : //www.phpmyadmin.net -- -- Host : 10.6.166.163 -- Generation Time : Jul 22 , 2008 at 01 : 52 PM -- Server version : 5.0.45 -- PHP Version : 4.4.4 -- -- Database : ` bizbooz_magento ` -- -- -------------------------------------------------------- -- -- Table structure for table ` admin_assert ` -- CREATE TABLE ` admin_assert ` ( ` assert_id ` int ( 10 ) unsigned NOT NULL AUTO_INCREMENT , ` assert_type ` varchar ( 20 ) NOT NULL default '' , ` assert_data ` text , PRIMARY KEY ( ` assert_id ` ) ) ENGINE = InnoDB DEFAULT CHARSET = utf8 COMMENT = 'ACL Asserts' AUTO_INCREMENT = 1 ; MySQL said : Documentation #1050 - Table 'admin_assert' already exists
For a database which has no rows or any data
When you export your data from phpmyadmin, be sure to click on Add DROP TABLE / DROP VIEW if you are sure you won’t to overwrite existing tables
Signature
@ My Magento Blog
- Handy tutorials on programming and designing Magento. A continual work in progress!
- Now with a new design, new hosting and a new domain! Check it out!
Posted: August 8 2008
| top
| # 6
cutemonster
Total Posts: 11
Joined: 2008-07-07
I work on a windows vista(localhost) and would like to transfer to linux server. It wont have any problem right?
Posted: August 9 2008
| top
| # 7