You are here:
Anything having to do with programming, installing or administering a MySQL database.
Computer programmer especially for website using MySQL with Perl and PHP also installing and running MySQL under both Linux/BSD and Windows OS'.
Face 2 Interface Inc.
MS Computer Science.
| User | Date | K | C | P | Comments |
|---|---|---|---|---|---|
| M | 06/30/10 | 10 | 10 | 10 | |
| Charles Otoghile | 02/26/10 | 10 | 10 | 10 | Thanks for this. I will download and ..... |
| Abhimanyu | 02/03/10 | 10 | 10 | 10 | thank u sir.... After asking this question ..... |
| Thomas | 01/10/10 | 10 | 10 | 10 | |
| john | 06/30/09 | 10 | 10 | 10 |
Albo, Here's some code that I think would work: SELECT code1, COUNT(*) FROM user_table GROUP BY code1 ORDER BY 2 DESC LIMIT 1; Please let me know if you notice any problems with it - I tested
If your command was pasted and is literally what you wrote then I see the problem mysqldump -uroot -p Guidance > d:/back.sql should be mysqldump -u root -p Guidance > d:/back.sql This will
Madzmar, I am not an experienced Java programmer and so can't help with that code. However you can use phpMyAdmin which is a commonly available tool servers that provide Mysql. On phpMyadmin you
Hi David, The specifics of the query will depend on the field names, but it would look something like SELECT company_id FROM table1 WHERE company_type = 'fitness' AND (state = 'NY' OR state =
Thanks for the additional details. The fact is a database cannot be updated or written to in any way directly from HTML. It can be updated from PHP code, and PHP can be embedded in the HTML of a webpage

©2012 About.com, a part of The New York Times Company. All rights reserved.