mysql too many connections
mysql too many connections
go to my.ini
max_connections=500
Please note that an instruction of the form
set-variable=max_connections=500
should be placed in the [mysqld] section. Otherwise MySQL will ignore it.
mysql too many connections
go to my.ini
max_connections=500
Please note that an instruction of the form
set-variable=max_connections=500
should be placed in the [mysqld] section. Otherwise MySQL will ignore it.
CREATE USER ‘monty’@'%’ IDENTIFIED BY ‘some_pass’;
GRANT ALL PRIVILEGES ON *.* TO ‘monty’@'%’
WITH GRANT OPTION;
[global]
log file = /var/log/samba/log.%m
load printers = no
smb passwd file = /etc/samba/smbpasswd
browseable = no
server string = trixbox PBX
path = /
workgroup = workgroup
os level = 2000
username map = /etc/samba/smbusers
preferred master = no
max log size = 50
[share]
browseable = yes
writeable = yes
write list = root
comment = server
valid users = root
path = /
public = yes
system-config-network
make a DB in mysql
login to mysql
mysql -u root -p
then
CREATE DATABASE `openfire`;
CREATE USER ‘openfire’@'localhost’ IDENTIFIED BY ‘password’;
GRANT USAGE ON *.* TO ‘openfire’@'localhost’ IDENTIFIED BY ‘password’ WITH MAX_QUERIES_PER_HOUR 0 MAX_CONNECTIONS_PER_HOUR 0 MAX_UPDATES_PER_HOUR 0 MAX_USER_CONNECTIONS 0;
GRANT SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, INDEX, ALTER, CREATE TEMPORARY TABLES ON `openfire`.* TO ‘openfire’@'localhost’;
FLUSH PRIVILEGES;
quit
find your CPU architecture
cat /proc/cpuinfo
Goto
http://asterisk.hosting.lv/
DL the right one
# choose codec binary appropriate for your Asterisk version and CPU type, use x86_64 for 64-bit mode, scroll to the end of the list for FreeBSD binaries
# delete old codec_g729/723*.so files (if any) from /usr/lib/asterisk/modules directory
# copy new codec_g729/723*.so files into /usr/lib/asterisk/modules directory
# restart Asterisk
Then connect to the Asterisk console with:
asterisk -r
and type (adjust accordingly):
load codec_g729-ast14-gcc4-glibc-core2.so
You should then see something like:
Loaded /usr/lib/asterisk/modules/codec_g729-ast14-gcc4-glibc-core2.so => (G729/PCM16 (signed linear) Codec Translator, based on IPP)
== Registered translator ‘g729tolin’ from format g729 to slin, cost 1
== Registered translator ‘lintog729′ from format slin to g729, cost 6
Exit from the console with:
quit
Then use nano to edit /etc/asterisk/sip.conf and just below:
allow=ulaw
add:
allow=gsm
allow=g729
# check the codec is loaded with ‘core show translation recalc 10′ on Asterisk console (‘show translation’ in Asterisk 1.2)
# G.723.1 send rate is configured in Asterisk codecs.conf file (Linux Asterisk 1.2, 1.4, 1.6, TRUNK and Callweaver, FreeBSD 7.x Asterisk 1.4 binaries only):
other cool linux commands
cat /proc/cpuinfo
cat /proc/meminfo
dmesg
lspci
Hi if you are having problems with gmail on your symbian device saying “this program requires a working data connection”
then
change your access point eg using the E71 or E72, and I changed it by going through these steps:
Installations -> App. Mgr. -> Select Gmail -> Click Open -> Go to Access Point.
If you want to debrand the Optus E71
or are just generally fuicked off that you cant update the firmware
Simple change the product code of the phone to an unbranded one and then use nokia’s own software update service to update your phones firmware.
1) get the
2) Nemesis Service Suite
This is an application that actually does the changing of the product code. It can (preferably) be downloaded from the maker’s site BPreaks.brinkster.net for the latest version. (left hand side, downloads section)
3) change your product code from xxxxxxxx to xxxxxxxxxx using
est tool for search the latest firmware your nokia.
Easy to use just 4 step
- choose nokia type (ex. E63 RM-437)
- select the latest firmware are available
- select firmware release for your country
- select firmware do you need (ex. only mcu, ppm or complete)
download
5) then use the Nokia Software Updater to update the firmware to the new phones correct firmware
I have a E71 and the notification light is always on breathing light. I have no emails, sms, mms, misscalls or voice messages. I even turn off the notification light off for everything and is still breathing. It is kind of annoying not to know why is breathing.
It’s the “Breathing light” that you need to turn off, rather than any notification:
Tools –> Profiles –> General (or whichever profile you use) –> Personalise –> Breathing light –> Off
Try this and see if it helps.
Outlook has a rule to automatically Cc another person on outgoing messages, but no equivalent for Bcc. This page offers two code samples for adding such an automatic Bcc. Both use the Application.ItemSend event, which fires whenever a user sends a message or other item.
This version is suitable for Outlook 2003 or later. It uses Outlook objects exclusively and includes error handling to avoid problems with an invalid Bcc address.
Place this VBA code in the built-in ThisOutlookSession module:
Private Sub Application_ItemSend(ByVal Item As Object, _ Cancel As Boolean) Dim objRecip As Recipient Dim strMsg As String Dim res As Integer Dim strBcc As String On Error Resume Next ' #### USER OPTIONS #### ' address for Bcc -- must be SMTP address or resolvable ' to a name in the address book strBcc = "someone@somewhere.dom" Set objRecip = Item.Recipients.Add(strBcc) objRecip.Type = olBCC If Not objRecip.Resolve Then strMsg = "Could not resolve the Bcc recipient. " & _ "Do you want still to send the message?" res = MsgBox(strMsg, vbYesNo + vbDefaultButton1, _ "Could Not Resolve Bcc Recipient") If res = vbNo Then Cancel = True End If End If Set objRecip = Nothing End Sub
After Hours Doctors
After Hours Doctors