Networked MySQL Server

Jan 17, 2008

I got some questions about dedicated mysql server.

I read some things about compression used, should I give this a try?
Image

Any other tweaks? The current os is centos (The server is donated) I plan to switch to debian etch or freebsd 6.2

I got my.cnf tweaked right for the 2gb of ram I think but seems alittle slower then when it was on localhost, I was thinking dedicated mysql server would be quicker, its slow enough that my light weight mysql pages are running much slower

As for the 100mbit line, what else do you guys run? I'm thinking of going to 1000mbit so I'd get about 200mbps atleast, any better way?

View 3 Replies


ADVERTISEMENT

MySQL Error : MySQL Server Has Gone Away

Dec 18, 2007

I keep getting this error :
MySQL Error : MySQL server has gone away

How do I fix it?

my.cnf contents

Quote:

[mysqld]
safe-show-database
old_passwords
back_log = 75
skip-innodb
max_connections = 800
key_buffer = 48M
myisam_sort_buffer_size = 64M
join_buffer_size = 1M
read_buffer_size = 1M
sort_buffer_size = 2M
table_cache = 3000
thread_cache_size = 128
wait_timeout = 90
connect_timeout = 30
tmp_table_size = 128M
max_heap_table_size = 64M
max_allowed_packet = 256M
net_buffer_length = 16384
max_connect_errors = 10
thread_concurrency = 4
read_rnd_buffer_size = 786432
bulk_insert_buffer_size = 8M
query_cache_limit = 3M
query_cache_size = 48M
query_cache_type = 1
query_prealloc_size = 262144
query_alloc_block_size = 65536
transaction_alloc_block_size = 8192
transaction_prealloc_size = 4096
default-storage-engine = MyISAM
max_user_connections = 500

[mysqld_safe]
nice = -5
open_files_limit = 8192

[mysqldump]
quick
max_allowed_packet = 16M

[myisamchk]
key_buffer = 64M
sort_buffer = 64M
read_buffer = 16M
write_buffer = 16M

[mysqlhotcopy]
interactive-timeout

View 5 Replies View Related

Your PHP MySQL Library Version 5.0.75 Differs From Your MySQL Server Version

Jun 27, 2009

I have recently upgraded mysql server from 5.0.75 to 5.1.31 on my Ubuntu server 9.04 32 bit. After that when I am running phpmyadmin it is printing a warning :

Your PHP MySQL library version 5.0.75 differs from your MySQL server version 5.1.31.

View 2 Replies View Related

I Moved Mysql From /var To /backup/mysql, Mysql Is No Longer Working

May 8, 2009

Since my /var partition is full, so I moved /var/lib/mysql to /backup/mysql/.

Seems all the files are copied and I changed my.cnf reboot mysql, but all the web sites using db is not working anymore..

View 4 Replies View Related

Installed MySQL In /usr/local/mysql But Error In /var/lib/mysql

Jan 21, 2007

I installed the MySQL binary packages in /usr/local/mysql/ after removing the MySQL RPM package. MySQL is functioning when I executed /usr/local/mysql/bin/safe_mysqld. I reinstalled MySQL before I installed PHP. When I used a PHP script to access a MySQL database, it outputs an error:

Code:
Warning: mysqli::mysqli() [function.mysqli-mysqli]: (HY000/2002): can't connect to local mysql server through socket /var/lib/mysql/mysql.sock in index.php on line 2
However, I installed MySQL in /usr/local/mysql, not in /var/lib/mysql. How do I fix MySQL?

View 1 Replies View Related

Which Server For Mysql Only

Jul 7, 2009

Which server for mysql only?

This is sort of a continuation to this thread here

Based upon the screenshots I provided below. What server would best suit my needs. I need this server to be able to handle the mysql usage and server load.

This server will be only for mysql. The rest of the site (html, videos) will be hosted on a different server.

If you think these servers are not enough for this please let me know any suggestions you have pertaining to server specifications.

Server 1:

Dual Core
Core 2 Duo E4500 2.2Ghz 2MB Cache
500 GB SATA II Hard Drive
2 GB DDR2 SDRAM

Server 2:

Dual Core
Core 2 Duo E8400 3.0Ghz 6MB Cache
500 GB SATA II Hard Drive
4 GB DDR2 SDRAM

Server 3:

Quad Core
Core 2 Quad Q9300 2.5Ghz 6MB Cache
500 GB SATA II Hard Drive
4 GB DDR2 SDRAM

View 3 Replies View Related

MySQL Server Has Gone Away

May 9, 2009

i have install a durpal on my centos server(php5,mysql5,suphp),

for some feature,

i get a lof of error like
---------
Warning: MySQL server has gone away query
---------

i try to google to find some solution,

but the issue is still here,

do you know any problem make this?

View 9 Replies View Related

Server With MySQL 4.1.2

Jun 23, 2008

I have an older script that works well on the config below. Can anybody know where I find such boxes?

PHP version 4.4.7
MySQL version 4.1.22-standard-log

View 1 Replies View Related

How To Go About A MySQL Server

Sep 29, 2007

My site is getting big and my server can barely hold all the mysql processes.

Once I had a similar problem with bandwidth because my media files were eating quite a big chunk of it. So, I just bought a media server and changed some HTML to hotlink all the media from the media server. I would like to do something like that with my MySQL databases, to get some load off my main server.

Should I get my current host to cluster another server for mysql? Or can I use a completely different server (from a different webhost) for mysql?

View 7 Replies View Related

Server To Mysql

Sep 19, 2007

I have A and B server, i linked a cross cable in both server second ethernet port.

I have A as 10.0.0.1 (eth02) and B as 10.0.0.2 (eth02).

Both can ping to each other.

Now how could i setup 10.0.0.2 mysql to accept connections from 10.0.0.2?

The idea is to setup in A server to be able to backup mysql or write to B server.

View 10 Replies View Related

Mysql 4 And 5 On The Same Server

Jun 7, 2007

I have an issue with one of my scripts,it wont run on mysql 5.x
if its possible to run mysql 4.x and 5.x on the same server?

View 11 Replies View Related

Mysql Server

Feb 15, 2007

as you know most of servers use utf8 for mysql charset

1- i use following command to backup as utf8

PHP Code:

mysqldump -u root -p123 --default-character-set=utf8 forum > /db.sql 

But it is latin1 as you see following

PHP Code:

CREATE TABLE `access` (  `userid` int(10) unsigned NOT NULL default '0',  `forumid` smallint(5) unsigned NOT NULL default '0',  `accessmask` smallint(5) unsigned NOT NULL default '0',  PRIMARY KEY  (`userid`,`forumid`)) ENGINE=MyISAM DEFAULT CHARSET=latin1; 

why?

View 4 Replies View Related

MySQL 4.1.x And 5 On The Same Server

Jan 25, 2007

How would you offer MySQL 4.1.x and 5 on the same server for your customers?

Would you just change the port of MySQL 5, for instance 3307 so that both versions can coexist?

View 0 Replies View Related

MySQL Server Has Gone Away

May 31, 2007

we got this error on mysql db after that we have change the my.cnf value

Description : MySQL server has gone away. Please contact with your host provider, the connection time should be increased a little.

It's the reason of the session issue (I see that sometimes it's caused on the session table update). It seems like there are some problems with search.

here's my.cnf how can we fix this prpblem?

[mysqld]
datadir=/var/lib/mysql
socket=/var/lib/mysql/mysql.sock
skip-locking
skip-innodb
#skip-networking
safe-show-database
query_cache_limit=1M
query_cache_size=128M ## 32MB for every 1GB of RAM
query_cache_type=1
max_user_connections=200
max_connections=500
interactive_timeout=10
wait_timeout=20
connect_timeout=20
thread_cache_size=128
key_buffer=512M ## 128MB for every 1GB of RAM
join_buffer=1M
max_connect_errors=20
max_allowed_packet=16M
table_cache=1800 ## era a 1024
record_buffer=1M
sort_buffer_size=4M ## 1MB for every 1GB of RAM
read_buffer_size=4M ## 1MB for every 1GB of RAM
read_rnd_buffer_size=4M ## 1MB for every 1GB of RAM
thread_concurrency=4 ## Number of CPUs x 2
myisam_sort_buffer_size=64M
server-id=1
log_slow_queries=/var/log/mysql-slow-queries.log
long_query_time=2
collation-server=latin1_general_ci

[mysql.server]
user=mysql
#basedir=/var/lib

[safe_mysqld]
err-log=/var/log/mysqld.log
pid-file=/var/lib/mysql/mysql.pid
open_files_limit=8192

[mysqldump]
quick
max_allowed_packet=16M

[mysql]
no-auto-rehash
#safe-updates

[isamchk]
key_buffer=64M
sort_buffer=64M
read_buffer=16M
write_buffer=16M

[myisamchk]
key_buffer=64M
sort_buffer=64M
read_buffer=16M
write_buffer=16M

[mysqlhotcopy]
interactive-timeout

View 4 Replies View Related

How To Have MySQL 4 And 5 On The Same Server

Mar 28, 2007

I didn't find a way to do it. How to have MySQL 4 and 5 on the same server?

View 5 Replies View Related

Using MSSQL Server + MySQL On One Server

Jan 27, 2006

How do I get MSSQL Server and MySQL working on the same server?

I have MySQL running but in PHP.INI when I uncomment the extension=php_mssql.dll line MySQL stops working.

Why is this?

View 2 Replies View Related

Dedicated Server For Mysql Alone

Mar 25, 2009

telling me that mysql is hitting loads of 25, which he says is very high and i don't quite know what it means. He is strongly recommending that i shld get another dedicated server for mysql alone.

So can i get some advice on how I can assess the validity of his recommendations? I see that my CPU is load is hitting 125-150% daily. So i suppose there is some truth?

He is recommending that i get a raid-5 which is best. How can i know a suitable configuration of a new server to get? Of course, if i got all the money in the world i shld buy the best. But with constraints on budget, i want to get one (if i really need a new server) that is good for current loads with some projected margins for growth.

View 14 Replies View Related

Dedicated Server For MYSQL

Nov 1, 2009

I've a huge site that runs on PHP and MYSQL, I'm going to get a dedicated server and make it for MYSQL so I need to know what server should I get for MYSQL ?

does it need to have lots of ram or should I get high CPU ?

View 7 Replies View Related

Do You Put Httpd And Mysql On The Server Or Different Ones

Jun 5, 2009

as default,we may install all the feature on the server,

but i find some shared hosting server provider install web httpd on the front,

and mysql on another one,

could you share your experience about how do you do now?

View 9 Replies View Related

It Possible To Run Mysql On Differnet Server

Jul 25, 2009

It possible to run mysql on differnet server

iam haveing cpanel server

so it possible to run mysql for only one account on different server

i know about remote sql,but i think it wont work for only one account

please advise me for this

View 11 Replies View Related

Mysql Server Won't Work

Jul 1, 2009

I did an apache rebuild and about two hours later, my mysql stopped working.

So i tried various rebuilds to see if perhaps it was suoshin (this caused php to stop working on my server before) but to no avail, this hasnt fixed it. I cant even access the databases via phpmyadmin.

I've restarted the mysql server, apache, i've rebooted a couple times. I don't know what to do.

View 7 Replies View Related

Dedicated MySQL Server

Apr 25, 2009

lets say my web server IP is A, and my dedicated MySQL server is B.

Apache and PHP have been installed on A. MySQL server has been installed and configured on B.

Im just wondering, do I still need to install MySQL client on the web server A?

View 9 Replies View Related

MySQL Server More Cores Or More Mhz

May 8, 2008

to pickup a dedicated MySQL 5 server from Dell running Linux. I have the option of either getting:

(1x) Quad Core Xeon E5430 2x6MB Cache 2.66Ghz

OR

(2x) Quad Core Xeon E5405 2x6MB Cache 2.00Ghz

They are about the same price. What option is best? The 4 cores but 666mhz faster each core, or double the cores (8), but less mhz per core. Can MySQL 5 even use 8 cores effectivley?

View 10 Replies View Related

How To Get Rid Of MySQL Server Has Gone Away Message

Apr 9, 2008

What can you do to stop so many users on your server that use mysql as apart of their website from getting this message: MySQL server has gone away

Like there has to be something installed or configured on the server that causes this as well, as I know people are taking too long to load something and it through that message, but it has to be something you can do server wide to get reed of it?

View 13 Replies View Related

Configuring Php/mysql On IIS Server

Sep 22, 2008

I have setup php and mysql on a windows IIS 6 server. php has installed fine and works but I have 2 problems

1. When i browse to http://localhost i get a 403 error but when browsing to http://localhost/index.php it works fine. It makes me think that the server does not know what extension to default to when doing a directory listing

2. I have phpmyadmin installed and the cfg file is set to do a 'config' authentication. That works but everytime i go to submit a form to create a new database or anything i get prompted with an HTTP user/pass. I'm not sure if this is a phpmyadmin issue or a php configuration issue

View 1 Replies View Related

How Can I Retrieve My Mysql Server

Jan 29, 2008

1)i want to delete a folder in /var/lib/mysql,

when i use "ls" to check ,it shows with (space)foldername,

i use rm -rf ./foldername, it failed,

and i use rm -rf ./(space)foldername, oh no,all the files in the /var/lib/mysql are gone,

2)i do not have the backup files of the folder at all.

3)how can i rebuild the system files of the mysql server with a smooth way?

View 5 Replies View Related

Mysql.server Setting

May 17, 2008

Running CentOS 4.6. Currently, the my.cnf contains:

Code:
[mysql.server]
user=mysql
basedir=/var/lib

If I moved all files and directories under /var/lib/mysql/ to /harddisk3/mysql/ what do I enter for the basedir path?

View 5 Replies View Related

Server And MySQL Optimization

Jul 2, 2008

My server is running a AMD Athlon(tm) XP 2000+ (1662 MHz)CPU

I only host one site, a vb forum on my server and its killing the CPU with only 80-100 people online.

The load averages are:
23.73 (1 mins) , 20.39 (5 mins) , 10.88 (15 mins)

and these are the processes that are making it slow:

Code:
ID Owner CPU Command
8003 mysql 34.1 % /usr/libexec/mysqld --basedir=/usr --datadir=/var/lib/mysql --user=mysql --pid-f ...
7777 apache 2.1 % /usr/sbin/httpd
7911 apache 2.1 % /usr/sbin/httpd
8382 apache 2.1 % /usr/sbin/httpd
7857 apache 1.9 % /usr/sbin/httpd
7776 apache 1.8 % /usr/sbin/httpd
8384 apache 1.7 % /usr/sbin/httpd
7849 apache 1.6 % /usr/sbin/httpd
9159 root 1.6 % /usr/libexec/webmin/proc/index_cpu.cgi
7852 apache 1.5 % /usr/sbin/httpd
8790 apache 1.4 % /usr/sbin/httpd
8724 apache 1.2 % /usr/sbin/httpd
8775 apache 1.2 % /usr/sbin/httpd
8779 apache 1.1 % /usr/sbin/httpd
8841 apache 1.1 % /usr/sbin/httpd
155 root 1.0 % [kswapd0]
8752 apache 1.0 % /usr/sbin/httpd
8881 root 1.0 % /usr/bin/perl /usr/libexec/webmin/virtual-server/collectinfo.pl
8961 apache 1.0 % /usr/sbin/httpd
8759 apache 0.9 % /usr/sbin/httpd
8777 apache 0.9 % /usr/sbin/httpd
8956 apache 0.9 % /usr/sbin/httpd
8962 apache 0.9 % /usr/sbin/httpd ..

View 6 Replies View Related

Mysql C.dedicated Server

Mar 11, 2007

I was trying to upgraded MySql on my godaddy V.dedicated server..
And basicly ive screwed it up somehow.

I need to get back up and running and could do with some help on the best way to do that..

Ive visited the MySql website.. ive been playing with the shell (a little too much thats why its screwed up) so i can access the server via that and the server is running

Operating System: Red Hat Fedora Core 2

Can anyone point me first of all to the right download. and maybe point me to a tutorial or give me some advice on installing.. if ive messed up mysql does this also have any impact on the php or anything else?

View 1 Replies View Related

MySQL On Windows Server

Oct 8, 2007

how many of you (Windows Hosting Providers) have MySQL (any version) support on your servers?

View 8 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved