Connecting Tech Pros Worldwide Forums | Help | Site Map

New to PHP

baalug
Guest
 
Posts: n/a
#1: Jul 5 '08
Hi,

I am new one to exploit XAMPP. I think,it's a childish
question.

I have installed XAMPP in my system. Now i want to run
mysql in my command prompt.
For this i don't know the procedure and also i don't know what to give
in htdocs file. Kindly help me to do further steps.

Luuk
Guest
 
Posts: n/a
#2: Jul 5 '08

re: New to PHP


baalug schreef:
Quote:
Hi,
>
I am new one to exploit XAMPP. I think,it's a childish
question.
>
I have installed XAMPP in my system. Now i want to run
mysql in my command prompt.
sounds like your next question will be:
OK, now I have this 'mysql>' prompt, but what can i type there?
Quote:
For this i don't know the procedure and also i don't know what to give
in htdocs file. Kindly help me to do further steps.
new tot XAMPP, new to Apache, and new to what else...

1) What are you trying to do with XAMPP, except the 'exploit' part?
2) Did you consider googling for a book about this, (of just for more
info on this subject?)




--
Luuk
baalug
Guest
 
Posts: n/a
#3: Jul 5 '08

re: New to PHP


On Jul 5, 1:54 pm, Luuk <L...@invalid.lanwrote:
Quote:
baalug schreef:
>
Quote:
Hi,
>
Quote:
I am new one to exploit XAMPP. I think,it's a childish
question.
>
Quote:
I have installed XAMPP in my system. Now i want to run
mysql in my command prompt.
>
sounds like your next question will be:
OK, now I have this 'mysql>' prompt, but what can i type there?
>
Quote:
For this i don't know the procedure and also i don't know what to give
in htdocs file. Kindly help me to do further steps.
>
new tot XAMPP, new to Apache, and new to what else...
>
1) What are you trying to do with XAMPP, except the 'exploit' part?
2) Did you consider googling for a book about this, (of just for more
info on this subject?)
>
--
Luuk
Hi luuk

Super, your answer is really super.

I have started Apache server and also mysql. While i put
mysql -u root. It's producing error. For that what i want do. Am i
want to edit any files inside the htdocs folder.

phpchap@gmail.com
Guest
 
Posts: n/a
#4: Jul 5 '08

re: New to PHP


On Jul 5, 9:54 am, Luuk <L...@invalid.lanwrote:
Quote:
baalug schreef:
>
Quote:
Hi,
>
Quote:
I am new one to exploit XAMPP. I think,it's a childish
question.
>
Quote:
I have installed XAMPP in my system. Now i want to run
mysql in my command prompt.
>
sounds like your next question will be:
OK, now I have this 'mysql>' prompt, but what can i type there?
>
Quote:
For this i don't know the procedure and also i don't know what to give
in htdocs file. Kindly help me to do further steps.
>
new tot XAMPP, new to Apache, and new to what else...
>
1) What are you trying to do with XAMPP, except the 'exploit' part?
2) Did you consider googling for a book about this, (of just for more
info on this subject?)
>
--
Luuk
you have to navigate to the mysql/bin folder and find the mysql
executable - it might be easier to add the mysql.exe path to your
environment variable path.

Justen

http://www.anotherwebdeveloper.com
Jerry Stuckle
Guest
 
Posts: n/a
#5: Jul 5 '08

re: New to PHP


baalug wrote:
Quote:
On Jul 5, 1:54 pm, Luuk <L...@invalid.lanwrote:
Quote:
>baalug schreef:
>>
Quote:
>>Hi,
>> I am new one to exploit XAMPP. I think,it's a childish
>>question.
>> I have installed XAMPP in my system. Now i want to run
>>mysql in my command prompt.
>sounds like your next question will be:
>OK, now I have this 'mysql>' prompt, but what can i type there?
>>
Quote:
>>For this i don't know the procedure and also i don't know what to give
>>in htdocs file. Kindly help me to do further steps.
>new tot XAMPP, new to Apache, and new to what else...
>>
>1) What are you trying to do with XAMPP, except the 'exploit' part?
>2) Did you consider googling for a book about this, (of just for more
>info on this subject?)
>>
>--
>Luuk
>
Hi luuk
>
Super, your answer is really super.
>
I have started Apache server and also mysql. While i put
mysql -u root. It's producing error. For that what i want do. Am i
want to edit any files inside the htdocs folder.
>
>
For your mysql questions, there is a mysql newsgroup - comp.lang.mysql.
This newsgroup is for php questions.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

Jerry Stuckle
Guest
 
Posts: n/a
#6: Jul 5 '08

re: New to PHP


Jerry Stuckle wrote:
Quote:
baalug wrote:
Quote:
>On Jul 5, 1:54 pm, Luuk <L...@invalid.lanwrote:
Quote:
>>baalug schreef:
>>>
>>>Hi,
>>> I am new one to exploit XAMPP. I think,it's a childish
>>>question.
>>> I have installed XAMPP in my system. Now i want to run
>>>mysql in my command prompt.
>>sounds like your next question will be:
>>OK, now I have this 'mysql>' prompt, but what can i type there?
>>>
>>>For this i don't know the procedure and also i don't know what to give
>>>in htdocs file. Kindly help me to do further steps.
>>new tot XAMPP, new to Apache, and new to what else...
>>>
>>1) What are you trying to do with XAMPP, except the 'exploit' part?
>>2) Did you consider googling for a book about this, (of just for more
>>info on this subject?)
>>>
>>--
>>Luuk
>>
>Hi luuk
>>
> Super, your answer is really super.
>>
> I have started Apache server and also mysql. While i put
>mysql -u root. It's producing error. For that what i want do. Am i
>want to edit any files inside the htdocs folder.
>>
>>
>
For your mysql questions, there is a mysql newsgroup - comp.lang.mysql.
This newsgroup is for php questions.
>
That should be comp.databases.mysql....

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

Closed Thread