Questions tagged [mysql5.1]
20 questions
0
votes
1 answer
Apache configuration and mysql max_used_connection conflict on ubuntu 11.10
I have some serious problems with my production server running Ubuntu 11.10 with 48GB RAM.
The setup of my webserver (Apache 2.1) is configured to use approximately 18 GB of RAM. I tried to calculate this value by setting
max_clients 800
with each…

Newbie
- 11
- 3
0
votes
1 answer
MySQL is failing to connect
I am building two mysql machines in master-slave config. Master has:
mysql> create user 'repl'@'%.%.%.abc.mydomain.com' identified by 'mypassword';
mysql> grant replication slave on *.* to 'repl'@'%.%.%.abc.mydomian.com';
So basically anything like…

Aditya Patawari
- 1,065
- 10
- 23
0
votes
1 answer
How to retrieve all MySQL settings?
I have a configured MySQL server (MySQL 5.1.47-community) that works perfect. I installed a second server (MySQL 5.5.15-community) to see if the new version of MySQL would work with my application before upgrading.
When I run the application against…

Max Kielland
- 141
- 2
- 7
0
votes
1 answer
mac os x server running mysql servererror - services wont start
Mysql server running on Mac OS X
the my.cnf file had max_connections = 10000000
client got the error 'max connections reached'
restarted server, now it won't start the mysql services
bellow is an error when running mysqld_safe
i set the…

Jeff
- 1,089
- 5
- 26
- 46
0
votes
1 answer
Is MySQL 5.5 worth it?
I am about to setup a couple of LAMP servers using Ubuntu 10.04. The problem is that I have noticed that Dovecot needs the MySQL-common package to work. I don't want to install that package since I am going to use the MySQL 5.5 binaries...so I don't…

Curri
- 141
- 2