473,403 Members | 2,183 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,403 software developers and data experts.

Any and All MySQL questions here?

I have a couple questions about MySQL involving which
version of MySQL to use.

I'm looking for minimal memory use on a Windows XP machine.
Which version would be best for this? And can anyone tell me
if there's any favored links to MySQL tutorials?

And one more question involves MySQL security issues. Any
one have a favored link for the security issues involved?

And one last question, anyone know how to PULL the MySQL
version via PHP? I'll probably discover this within the next hour
or so.

Thanks for your time.

Jim Carlock
Post replies to the group.
Feb 16 '06 #1
1 2288
"Jim Carlock" <an*******@127.0.0.1> wrote in message
news:Fp*******************@tornado.tampabay.rr.com ...
I'm looking for minimal memory use on a Windows XP machine.
Which version would be best for this?
The version of MySQL matters less than the kinds of server configuration you
apply, and queries you execute. For instance, the MySQL server's key buffer
(a RAM cache that holds part or all of index structures) can be increased to
help performance (some people increase it to hundreds of MB), but if
performance is less important than minimizing memory use, then leave that
configuration low.

You should read this page to understand where the memory goes in the MySQL
daemon:
http://dev.mysql.com/doc/refman/5.0/en/memory-use.html

There are also some guidelines for server configuration here:
http://dev.mysql.com/doc/refman/5.0/...arameters.html
http://dev.mysql.com/doc/refman/5.0/...variables.html
And can anyone tell me if there's any favored links to MySQL tutorials?
The MySQL docs have a pretty good tutorial:
http://dev.mysql.com/doc/refman/5.0/en/tutorial.html

You can also Google for "mysql tutorial" or "mysql php tutorial" and find
dozens. I don't know if any one is favored over the others. Depends on
what you need to learn.
And one more question involves MySQL security issues. Any
one have a favored link for the security issues involved?
http://dev.mysql.com/doc/refman/5.0/en/security.html
And one last question, anyone know how to PULL the MySQL
version via PHP? I'll probably discover this within the next hour
or so.


There's an example given in a user comment on this page:
http://www.php.net/manual/en/function.mysql-connect.php

....
$result = @mysql_query("SHOW VARIABLES LIKE 'version'",
$this->Link_ID);
$row = mysql_fetch_row($result);
$mysql_ver = $row[1];
....

Regards,
Bill K.
Feb 16 '06 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: GTF | last post by:
PHP Web Survey Idea.. I have been given an opportunity to create a web based survey. This is a fairly lengthy survey of 60 pages on paper (various multiple choice and free form). These are...
4
by: Chris | last post by:
Hi, sorry to post OT but i cant find the MySQL newsgroup, however i am hoping to pick up on some expert advice from php/mysql gurus here. I'm having some trouble performing a delete across two...
8
by: madcap | last post by:
Hi, Our company was looking for contract programmer to develop an internet/intranet application. We were approached by a freelancer who have quite a lot experience and his resume was...
0
by: Mike Chirico | last post by:
Interesting Things to Know about MySQL Mike Chirico (mchirico@users.sourceforge.net) Copyright (GPU Free Documentation License) 2004 Last Updated: Mon Jun 7 10:37:28 EDT 2004 The latest...
0
by: Plymouth Acclaim | last post by:
Hi guys, We have a problem with Dual AMD64 Opteron/MySQL 4.0.18/Mandrake 10 for a very high volume site. We are evaluating the performance on our new server AMD64 and it seems it's slow compared...
33
by: Joshua D. Drake | last post by:
Hello, I think the below just about says it all: http://www.commandprompt.com/images/mammoth_versus_dolphin_500.jpg Sincerely, Joshua Drake
175
by: Sai Hertz And Control Systems | last post by:
Dear all, Their was a huge rore about MySQL recently for something in java functions now theirs one more http://www.mysql.com/doc/en/News-5.0.x.html Does this concern anyone. What I...
1
by: jrs_14618 | last post by:
Hello All, This post is essentially a reply a previous post/thread here on this mailing.database.myodbc group titled: MySQL 4.0, FULL-TEXT Indexing and Search Arabic Data, Unicode I was...
10
by: bill | last post by:
I have a database of kennels. One page lists the kennels alphabetically by kennel name. I have a field for kennel name and an index with kennel name as the only field. Some of the kennels have...
27
by: gerrymcc | last post by:
Hello, I'm a php/mysql beginner... Is there any way of making the mysql command line client full-screen? Sometimes it's easier to use the client than go thru php, but since it's only about 80...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.