Welcome to HostingForumz.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Help with MySQL

 
   Web Hosting Problem Solving Community! (Home) -> Webmaster RSS
Next:  html validator "strict" doesn't like sc..  
Author Message
nnn

External


Since: Jul 20, 2003
Posts: 1



(Msg. 1) Posted: Mon Jul 21, 2003 2:02 am
Post subject: Help with MySQL
Archived from groups: alt>www>webmaster (more info?)

hi i am building a site from my pc using APACHE/ and all that other stuff
need a little help...
Now i want to add some php stuff )INSTALLED AND WORKS( , but this needs
mySQL )INSTALLED AND WORKS(
how would i setup the databases (named: dbase) : before on my old server
(www.site1.com) i'd set it like this:
DATABASE: site1@dbase
USERNAME: site1@uname
PASSWORD: passoword

now on my homeserver: (site.sytes.net) ,, i don't know how to do this
stuff; do i use localhost??? MY OS IS WINDOWS XP

 >> Stay informed about: Help with MySQL 
Back to top
Login to vote
stftk14

External


Since: Sep 18, 2003
Posts: 106



(Msg. 2) Posted: Mon Jul 21, 2003 2:02 am
Post subject: Re: Help with MySQL [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"-====DAN" <nnn RemoveThis @nnn.net> wrote in message
news:ecFSa.10435$0F4.2396@nwrdny02.gnilink.net...
 > hi i am building a site from my pc using APACHE/ and all that other stuff
 > need a little help...
 > Now i want to add some php stuff )INSTALLED AND WORKS( , but this needs
 > mySQL )INSTALLED AND WORKS(
 > how would i setup the databases (named: dbase) : before on my old server
 > (www.site1.com) i'd set it like this:
 > DATABASE: site1@dbase
 > USERNAME: site1@uname
 > PASSWORD: passoword
 >
 > now on my homeserver: (site.sytes.net) ,, i don't know how to do this
 > stuff; do i use localhost??? MY OS IS WINDOWS XP
 >
 >

Simple Dan, dont. Leave it to professionals that dont advertise unlimited
bandwidth.

I dont get it, you just said that your on a host with unlimited bandwidth
and you were advertising for them, but now you need to know how to create a
database on a home server?<!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: Help with MySQL 
Back to top
Login to vote
blogan

External


Since: Jun 30, 2003
Posts: 285



(Msg. 3) Posted: Mon Jul 21, 2003 3:15 pm
Post subject: Re: Help with MySQL [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"-====DAN" <nnn RemoveThis @nnn.net> wrote in message
news:ecFSa.10435$0F4.2396@nwrdny02.gnilink.net...
 > hi i am building a site from my pc using APACHE/ and all that other stuff
 > need a little help...
 > Now i want to add some php stuff )INSTALLED AND WORKS( , but this needs
 > mySQL )INSTALLED AND WORKS(
 > how would i setup the databases (named: dbase) : before on my old server
 > (www.site1.com) i'd set it like this:
 > DATABASE: site1@dbase
 > USERNAME: site1@uname
 > PASSWORD: passoword
 >
 > now on my homeserver: (site.sytes.net) ,, i don't know how to do this
 > stuff; do i use localhost??? MY OS IS WINDOWS XP
 >
Easy - get yourself MySql front or SQLyog (use google to find)
After installation follow instructions to set up db and users.<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Help with MySQL 
Back to top
Login to vote
robyoung68

External


Since: Jul 22, 2003
Posts: 4



(Msg. 4) Posted: Fri Aug 08, 2003 12:37 pm
Post subject: Re: Help with MySQL [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

I have a document on setting up MySQL on a Windows machine.
<a style='text-decoration: underline;' href="http://www.webdatapro.com/windows-setup.html" target="_blank">http://www.webdatapro.com/windows-setup.html</a>
Since you are using Apache (not IIS) and you don't need Perl,
you can just do steps 3 and 5.

Rob

-====DAN wrote:

 > hi i am building a site from my pc using APACHE/ and all that other stuff
 > need a little help...
 > Now i want to add some php stuff )INSTALLED AND WORKS( , but this needs
 > mySQL )INSTALLED AND WORKS(
 > how would i setup the databases (named: dbase) : before on my old server
 > (www.site1.com) i'd set it like this:
 > DATABASE: site1@dbase
 > USERNAME: site1@uname
 > PASSWORD: passoword
 >
 > now on my homeserver: (site.sytes.net) ,, i don't know how to do this
 > stuff; do i use localhost??? MY OS IS WINDOWS XP
 >
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Help with MySQL 
Back to top
Login to vote
blogan

External


Since: Jun 30, 2003
Posts: 285



(Msg. 5) Posted: Sat Aug 09, 2003 10:02 am
Post subject: Re: Help with MySQL [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"Rob Young" <robyoung68.TakeThisOut@yahoo.com> wrote in message
news:1bKYa.268583$o86.94329@news1.central.cox.net...
 > I have a document on setting up MySQL on a Windows machine.
<font color=purple> > <a style='text-decoration: underline;' href="http://www.webdatapro.com/windows-setup.html</font" target="_blank">http://www.webdatapro.com/windows-setup.html</font</a>>
 > Since you are using Apache (not IIS) and you don't need Perl,
 > you can just do steps 3 and 5.
 >
 > Rob
 >
 > -====DAN wrote:
 >
  > > hi i am building a site from my pc using APACHE/ and all that other
stuff
  > > need a little help...
  > > Now i want to add some php stuff )INSTALLED AND WORKS( , but this needs
  > > mySQL )INSTALLED AND WORKS(
  > > how would i setup the databases (named: dbase) : before on my old server
  > > (www.site1.com) i'd set it like this:
  > > DATABASE: site1@dbase
  > > USERNAME: site1@uname
  > > PASSWORD: passoword
  > >
  > > now on my homeserver: (site.sytes.net) ,, i don't know how to do this
  > > stuff; do i use localhost??? MY OS IS WINDOWS XP
Yep, once Apache is up and running you simply use <a style='text-decoration: underline;' href="http://localhost/" target="_blank">http://localhost/</a> to
connect to anything in there.

Do not worry about where MySql is - if it has been installed properly
localhost will find it.
Use PhPMyAdmin to set up your DBs or better yet get a hold of MySqlFront or
SQLyog
Both are free and good to use.<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Help with MySQL 
Back to top
Login to vote
Display posts from previous:   
   Web Hosting Problem Solving Community! (Home) -> Webmaster All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can 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



[ Contact us | Terms of Service/Privacy Policy ]