Programming Forums

Programming Forums (http://www.programmingforums.org/forumindex.php)
-   PHP (http://www.programmingforums.org/forum29.html)
-   -   Very simple question about mysql (http://www.programmingforums.org/showthread.php?t=4794)

HelloWorldProgram Jul 7th, 2005 11:44 PM

Very simple question about mysql
 
I am learning mysql for the first time, I learned some commands but where do I type them, the book I have doesnot tell. Is it in the command promt of windows or I can use a GUI for that ??? :confused:

M.Hirsch Jul 8th, 2005 4:36 AM

Quote:

Originally Posted by HelloWorldProgram
I am learning mysql for the first time, I learned some commands but where do I type them, the book I have doesnot tell. Is it in the command promt of windows or I can use a GUI for that ??? :confused:

Have a look at the ads above your post ;)

There is a program called "mysql" (mysql.exe for windows) where you can directly enter SQL commands. But since you posted in the php forums:
mysql_connect()
mysql_select_db();
mysql_query();
mysql_fetch_row();

HTH,
M.

Infinite Recursion Jul 8th, 2005 8:24 AM

The MySQL daemon should be running... then type mysql at the prompt. Type your commands here or through a GUI frontend like "MySQL Control Center" or "PhpAdmin"

HelloWorldProgram Jul 8th, 2005 10:42 AM

Thanks a lot, the problem has been solved


All times are GMT -5. The time now is 5:37 PM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC