473,378 Members | 1,621 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,378 software developers and data experts.

phpinfo() question about mysql=shared

My hosting firm uses virtual servers indicating each mysql server is
separate. I see this on two of my accounts:

'--with-mysql=shared,/PATH/'

and the other one of my accounts at the same hosting company says:

'--with-mysql=/PATH/'

What does the SHARE mean?
Jul 17 '05 #1
3 1590
NotGiven <no****@nonegiven.net> wrote:
'--with-mysql=shared,/PATH/'

and the other one of my accounts at the same hosting company says:

'--with-mysql=/PATH/'

What does the SHARE mean?


That (in this case) mysql is build as a (loadable) php module, the
second example has mysql compiled statically into php.

See dl() for more info.

--

Daniel Tryba

Jul 17 '05 #2
NotGiven wrote:
My hosting firm uses virtual servers indicating each mysql server is
separate. I see this on two of my accounts:

'--with-mysql=shared,/PATH/'

and the other one of my accounts at the same hosting company says:

'--with-mysql=/PATH/'

What does the SHARE mean?


All I can find in the PHP build documents is it loads the module as a SHARED
module. But what the exact implications are I can't tell you. Maybe some
linux/unix guru might be able to tell what to expect. it SOUNDS like it's
shared among several possible processes, but I'm not sure...

Pjotr
Jul 17 '05 #3
thanks for your help guys
"NotGiven" <no****@nonegiven.net> wrote in message
news:3z******************@bignews1.bellsouth.net.. .
My hosting firm uses virtual servers indicating each mysql server is
separate. I see this on two of my accounts:

'--with-mysql=shared,/PATH/'

and the other one of my accounts at the same hosting company says:

'--with-mysql=/PATH/'

What does the SHARE mean?

Jul 17 '05 #4

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

Similar topics

0
by: jjb | last post by:
I'm having problems installing the shaired libraries. This RPM came from the MySQL.com download site. # rpm -i MySQL-shared-4.0.17-0.i386.rpm warning: MySQL-shared-4.0.17-0.i386.rpm: V3 DSA...
3
by: Henri | last post by:
1) Do Shared methods always need to be synchronised to be thread-safe? 2) Why must SyncLock be used with a reference type? I can't get the relation between threads and a type. Thanks for your...
1
by: Henri | last post by:
Hi, I'm using a custom class in my ASP.NET which has a Shared property. I don't want this Shared property to be shared between users because of thread concurrent accesses problems. I just want it...
3
by: Jeff | last post by:
....still new to vb.net and vs 2005 web applications. I remain confused about the "shared" variable/table designation and the difference between "public" etc. I wish to place an entire table from...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 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 former...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

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.