yishagerew
Posts: 7
|
| Posted: 01/14/2011, 6:21 AM |
|
dear sir;
i made a project in code charge studio and publish in a local machine.it uses a mysql database in the local machine and curently i am using localhost as a host.i want this public\shed codes to use in a remote server.and a database is created in the remote phpmyadmin.how then i use the current publisehed files to the remote server?i have a problem in using ftp too.looking forqwrd to see ur responses
regards;
_________________
"knowledje couldn't be taken from anyone,unless shared willingly" |
 |
 |
materix
Posts: 161
|
| Posted: 01/15/2011, 5:13 PM |
|
CCS only support FTP as a method for uploading files to a remote server.
|
 |
 |
yishagerew
Posts: 7
|
| Posted: 01/19/2011, 5:11 AM |
|
i know that ftp is the method.but i want the detail behind using ftp.and also how the database is treated,meaning either it should created again in the remote server or the database in the local machine will go to the remote once.
Thanks for ur solutions!
_________________
"knowledje couldn't be taken from anyone,unless shared willingly" |
 |
 |
damian
Posts: 838
|
| Posted: 01/21/2011, 9:52 PM |
|
you will need to create the database yourself. export sql and execute on remote server.
in your code charge change servers to server2 and then go in and define settings for server2- eg ftp, host, path, user, pass + redefine connections.
there are plenty of instructions for this.
_________________
if you found this post useful take the time to help someone else.... :)
|
 |
 |
yishagerew
Posts: 7
|
| Posted: 01/22/2011, 1:19 AM |
|
currently am using free web hosting service from 000webhost.am trying so much but with no solution.
am kindly requesting u to send me all parameters in connector odbc,FTP and others which r necessary to publish an existing code charge studio project from a local machine to remote once.
thanks for all.
_________________
"knowledje couldn't be taken from anyone,unless shared willingly" |
 |
 |
damian
Posts: 838
|
| Posted: 01/22/2011, 3:18 AM |
|
Quote yishagerew:
am kindly requesting u to send me all parameters in connector odbc,FTP and others which r necessary to publish an existing code charge studio project from a local machine to remote once.
Quote damian:
you will need to create the database yourself. export sql and execute on remote server.
in your code charge change servers to server2 and then go in and define settings for server2- eg ftp, host, path, user, pass + redefine connections.
seriously - you have all the info - no one else does. your host will have given you ftp info - so switch to server 2 and define it as ftp.
go into your hosting cpanel and setup database. setup user.
export your database on your local computer and execute/import on your hosting server
go into ccs and settings -> connections and define the new database settings (they will be blank after you switch from server1 to server2.
publish. test. celebrate :)
_________________
if you found this post useful take the time to help someone else.... :)
|
 |
 |
|