Welcome Guest ( Log In | Register)



2 Pages V   1 2 >  
Reply to this topicStart new topic
> Mysql Step-by-step, Please?
Joshthegreat
post Apr 5 2005, 09:35 AM
Post #1


Advanced Member
*******

Group: Members
Posts: 139
Joined: 25-February 05
From: England
Member No.: 3,991



Please could someone tell me how to install queries and other basic requirements of MySQL so I can follow some of the members system tutorials in the tutorial forum. I'd be very gratefull if you coulf, because at the moment I'm pretty much stuck. Thanks.
Go to the top of the page
 
+Quote Post
mobious
post Apr 5 2005, 02:43 PM
Post #2


Advanced Member
*******

Group: Members
Posts: 113
Joined: 14-January 05
From: Philippines
Member No.: 3,271



QUOTE(Joshthegreat @ Apr 5 2005, 05:35 PM)
Please could someone tell me how to install queries and other basic requirements of MySQL so I can follow some of the members system tutorials in the tutorial forum. I'd be very gratefull if you coulf, because at the moment I'm pretty much stuck. Thanks.
*



what do you mean by installing queries? could you rephrase your post?
Go to the top of the page
 
+Quote Post
mizako
post Apr 5 2005, 04:55 PM
Post #3


Super Member
*********

Group: Members
Posts: 372
Joined: 16-August 04
From: Spain
Member No.: 824



I suppose you want to install PHP/MySQL and Apache?
If i am right, the easiest way is to visit: http://www.apachefriends.org
Go to the top of the page
 
+Quote Post
Joshthegreat
post Apr 5 2005, 05:45 PM
Post #4


Advanced Member
*******

Group: Members
Posts: 139
Joined: 25-February 05
From: England
Member No.: 3,991



Well in the MySQL members system tutorials it says SQL Queries, where do I type them in and how do I make sure everything works, I'm completely new to MySQL.
Go to the top of the page
 
+Quote Post
mobious
post Apr 5 2005, 05:54 PM
Post #5


Advanced Member
*******

Group: Members
Posts: 113
Joined: 14-January 05
From: Philippines
Member No.: 3,271



QUOTE(Joshthegreat @ Apr 6 2005, 01:45 AM)
Well in the MySQL members system tutorials it says SQL Queries, where do I type them in and how do I make sure everything works, I'm completely new to MySQL.
*



if your are using mysql through php then you will be executing the queries through the function mysql_query(). otherwise if you are using it directly inside a shell or command prompt in your own system then you should enter the mysql shell then execute the query directly.
Go to the top of the page
 
+Quote Post
Joshthegreat
post Apr 5 2005, 06:41 PM
Post #6


Advanced Member
*******

Group: Members
Posts: 139
Joined: 25-February 05
From: England
Member No.: 3,991



I have no idea what pretty much all of what you said meant... perhaps I'll search for a step by step tutorial on google, maybe I could find a nice site that'll suit my needs. Thanks anyways.
Go to the top of the page
 
+Quote Post
mobious
post Apr 5 2005, 07:37 PM
Post #7


Advanced Member
*******

Group: Members
Posts: 113
Joined: 14-January 05
From: Philippines
Member No.: 3,271



what i meant was that if the mysql server was on a remote server then you can use PHP to connect to it and execute queries. but if it is hosted on a local server and you have access to it then you can just type the query in the shell(interpreter) of the server.
Go to the top of the page
 
+Quote Post
Joshthegreat
post Apr 6 2005, 10:21 AM
Post #8


Advanced Member
*******

Group: Members
Posts: 139
Joined: 25-February 05
From: England
Member No.: 3,991



I'm using a trap17 host if that helps? Because I don't really know about servers and all of that stuff. I just know html and very little php.
So, if you're using trap17 too, and are good at this sort of thing please help me! I really am in need of it.
Go to the top of the page
 
+Quote Post
mobious
post Apr 6 2005, 03:51 PM
Post #9


Advanced Member
*******

Group: Members
Posts: 113
Joined: 14-January 05
From: Philippines
Member No.: 3,271



QUOTE(Joshthegreat @ Apr 6 2005, 06:21 PM)
I'm using a trap17 host if that helps? Because I don't really know about servers and all of that stuff. I just know html and very little php.
So, if you're using trap17 too, and are good at this sort of thing please help me! I really am in need of it.
*



since you are hosted on trap17, just use PHP to execute your MySQL queries. please try searching the forum for tutorials first. if there are none, just reply here and i will help you.
Go to the top of the page
 
+Quote Post
badinfluence