Forum Moderators: mack

Message Too Old, No Replies

Where to execute mysql command using Xampp?

         

apollo23

2:12 pm on May 8, 2005 (gmt 0)

10+ Year Member



Hi Guys

Was introduced to download the package from Xampp.

Am able to execute my php codes already!

However,Xampp control panel is only showing the start/stop function for apache, mysql and ...

May i know from there, where do i get to mysql program?

Thanks

NOB

mack

6:48 pm on May 8, 2005 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



Are you running it on windows or linux?

In either casee Xampp bundles with Phpmyadmin. You can use this tool to excecute your sql.

On Linux you can log in via shell or enter your console if your using the local machine and type

mysql

This will open the mysql clint. Type --help for more info when in there.

Mack.

apollo23

9:47 am on May 9, 2005 (gmt 0)

10+ Year Member



Hi Mack

Am installing it for Xp.

Anymore clue pls?

Thanks

NOB

mack

11:30 am on May 9, 2005 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



I haven't realy had a lot of experience with using mysql on windows, although I have heard pretty good things about mysql control centre.

[mysql.com...]

It's a graphical user interface for mysql. It lets you carry out a lot of features using nothign more that point and click. It also allows you to excecute sql queries directly.

Mack.

MamaDawg

12:42 pm on May 9, 2005 (gmt 0)

10+ Year Member



apollo23, in your browser go to c://localhost , which should bring up the xampp splash screen. You'll see phpmyadmin as one of the links on the left.