You are here:

MySQL/Expert Profile

Marty Landman

On Vacation
returns 06/01/2012
Expertise

Anything having to do with programming, installing or administering a MySQL database.

Experience in the area

Computer programmer especially for website using MySQL with Perl and PHP also installing and running MySQL under both Linux/BSD and Windows OS'.

Organizations

Face 2 Interface Inc.

Education/Credentials

MS Computer Science.

Average Ratings

Recent Reviews from Users

Read More Comments

    K = Knowledgeability    C = Clarity of Response    P = Politeness
UserDateKCPComments
M06/30/10101010 
Charles Otoghile02/26/10101010Thanks for this. I will download and .....
Abhimanyu02/03/10101010thank u sir.... After asking this question .....
Thomas01/10/10101010 
john06/30/09101010 

Recent Answers from Marty Landman

2010-10-25 MsAccess:

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

2010-08-31 Restore and Backup in MYSQL Problem:

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

2010-08-30 Restore and Backup in MYSQL Problem:

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

2010-07-23 mySQL query search:

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 =

2010-06-28 MySQL update using HTML form:

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

 

Ask A Question

MySQL

All Answers


Answers by Expert:


Ask Experts

Volunteer


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