Forum FAQForum FAQSearchSearch MemberlistMemberlist Forum ignore listForum ignore list RegisterRegister ProfileProfile Log in to check your private messagesLog in to check your private messages Log inLog in
local to network

 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    mi3dot.org Forum Index -> Server-side
View previous topic :: View next topic  
Author Message
[ch3wie]



Joined: 22 Sep 2003
Posts: 145
Location: -| centar paznje |-

PostPosted: 20.04.2004 08:41    Post subject: local to network Add user to your forum ignore list Reply with quote

Zelio bih znati razliku izmedju postavljanja skripte na kompu kod sebe ili na netu s obzirom na baze podataka ...
Na sajtu imam iduce skripte:
phpBB (mySQL)
k2news(mySQL)
mubla-(no database)
neki counter...
Sad kad zelim uploadat sajt na net trebam opet postavljati te skripte ispocetka ili ne?

_________________
I sit here locked inside my head, remembering everything you've said, the silence get's us nowhere, get's us nowhere way too fast!
N.e.0. -=- Nomen est Omen
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger
zytzagoo
mi3.crew


Joined: 25 Aug 2003
Posts: 1842
Location: Zagreb, Hrvatska

PostPosted: 20.04.2004 08:48    Post subject: Add user to your forum ignore list Reply with quote

U principu i ne moras. Moras samo kreirati potrebne baze gore, i prebaciti podatke koje imas lokalno u bazi, u bazu na server.

Znaci lokalno export u .sql file, a na serveru importas taj isti .sql file u odgovarajucu bazu i tablice.

Lokalno recimo:
Code:
c:\mysql\bin\mysqldump ime_baze >filename.sql


Na serveru onda: (mora gore postojati baza naravno)
Code:
mysql -u username -p ime_baze </putanja/do/fajla/filename.sql


Lokalno export mozes napraviti i sa MysqlFront ili PHPMyAdmin alatima, a import gore na server mozes takodjer sa MysqlFrontom (ako server dozvoljava remote spajanje, sto nije cest slucaj, ali je moguc) - a ako ne mozes kroz neki alat, mozes i na server instalirat PHPMyAdmin (ili kako se vec zove ovaj najpopularniji mysql frontend u php-u pisan) pa kroz njegovu import funkciju, a mozes i rucno kroz shell kao sto je gore opisano...

Ako zapnes negdje, vikni pa cemo probat rijesit sta god je vec zapelo Smile

_________________
[+]I[+]am[+]my[+]own[+]religion[+]
Back to top
View user's profile Send private message Visit poster's website Twitter profile
Unreal



Joined: 14 Apr 2004
Posts: 5

PostPosted: 20.04.2004 21:17    Post subject: Add user to your forum ignore list Reply with quote

Baš tak, trebaš prekopirati bazu i promijeniti postavke u konfiguraciji php-a (npr. ime baze, username, password). Za ove stvari koje ne koriste bazu podataka, mislim da bi trebalo raditi odmah.

Što se tiče phpbb-a (za ove ostale neznam), imaš file config.php. Njega treba editirati i upisati nove podatke od servera i možda tablicu phpbb_config.... ali za ovo nisam siguran. Treba probati. Smile


Meni je taj phpmyadmin odličan, skoro sve radim preko toga (volim klikat), a dump baze se napravi ovak:

pod "View dump (schema) of database" odabereš "Structure and data" i stisneš "Go" pa možeš direktno copy-pasteat cijeli taj sql ak nije prevelik. Ak je fakat veliko označiš opciju "Send" prije nego odeš "Go" i onda ti on ponudi onaj okvir za sejvanje. Za importanje imaš gumb Browse.... ma mislim da nemožeš fulat.
Back to top
View user's profile Send private message
[ch3wie]



Joined: 22 Sep 2003
Posts: 145
Location: -| centar paznje |-

PostPosted: 20.04.2004 21:40    Post subject: Add user to your forum ignore list Reply with quote

ok ovo sam skuzio sam da me ne sjebe s nekim chmodom jer to jos ne kuzim sta je i nadam se da necu morat provaljivat na teh hard way!
btw zyt opet jedno pitanje:
ova komanda se upisuje gdje tocno? u nekom fajlu ili preko neceg? Za slucaj da nema phpmyadmin-a!

_________________
I sit here locked inside my head, remembering everything you've said, the silence get's us nowhere, get's us nowhere way too fast!
N.e.0. -=- Nomen est Omen
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger
_butch



Joined: 10 Sep 2003
Posts: 870
Location: Maichno, Krlovc

PostPosted: 20.04.2004 21:50    Post subject: Add user to your forum ignore list Reply with quote

chodanje ti je easy..

otvori si komand prompt (command prompt) Very Happy odfuraj se do dira gdje ti je MySQL, udji u /bin direktorij i pokreni ono sto je zyt rekao.
________
Samo export mozes napraviti u phpMyAdminu Very Happy
i na serveu bi trebo biti phpMyAdmin ako tvrtka barem imalo drzi do sebe.

_________________
FRENCH GUARD: No chance, English bed-wetting types.
I burst my pimples at you and call your door-opening request a silly thing, you tiny-brained wipers of other people's bottoms!
Flikrac
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
[ch3wie]



Joined: 22 Sep 2003
Posts: 145
Location: -| centar paznje |-

PostPosted: 20.04.2004 22:05    Post subject: Add user to your forum ignore list Reply with quote

ma moram ih zvat! Jebote to je Iskon trebali bi imati dobru podrsku i nekog lika tamo koji zna to bolje od ikog za neki help!
To ce biti prvi sajt koji chu imat obraza pokazat ovdje jer mi se cini dovoljno dobrim!
Ako proradi Smile

_________________
I sit here locked inside my head, remembering everything you've said, the silence get's us nowhere, get's us nowhere way too fast!
N.e.0. -=- Nomen est Omen
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger
zytzagoo
mi3.crew


Joined: 25 Aug 2003
Posts: 1842
Location: Zagreb, Hrvatska

PostPosted: 21.04.2004 08:34    Post subject: Add user to your forum ignore list Reply with quote

[ch3wie] wrote:
ova komanda se upisuje gdje tocno? u nekom fajlu ili preko neceg? Za slucaj da nema phpmyadmin-a!

Komanda se upisuje na windowsima u command promptu, a na unixu u shellu. Nemres fulat.
A i korisnicka podrska iskonova je zakon tako da ne bi trebao imati problema...

_________________
[+]I[+]am[+]my[+]own[+]religion[+]
Back to top
View user's profile Send private message Visit poster's website Twitter profile
[ch3wie]



Joined: 22 Sep 2003
Posts: 145
Location: -| centar paznje |-

PostPosted: 21.04.2004 09:12    Post subject: Add user to your forum ignore list Reply with quote

tnx a lot! ak sve proradi castim kavom Smile

_________________
I sit here locked inside my head, remembering everything you've said, the silence get's us nowhere, get's us nowhere way too fast!
N.e.0. -=- Nomen est Omen
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger
Display posts from previous:   
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    mi3dot.org Forum Index -> Server-side All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group