Re: No connect to mysql

2004-12-17 Thread sasa
Hi, I have solved .. I have writed in 'Index' file: cp1251 83 still thanks, thanks gelbs !!. :-)) Salvatore. - Original Message - From: "Gleb Paharenko" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, December 16, 2004 6:39 PM Subject: R

Re: No connect to mysql

2004-12-17 Thread sasa
"Gleb Paharenko" wrote: > What output does the following command produce? > myisamchk -dvv host.MYI the result is: myisamchk: File '/usr/share/mysql/charsets/italian.conf' not found (Errcode: 2) myisamchk: Character set '#'83' is not a compiled character set and is not specified in the '/usr/s

Re: No connect to mysql

2004-12-16 Thread Gleb Paharenko
Hello. [EMAIL PROTECTED] charsets]$ perror 142 MySQL error: 142 = Unknown character set used You should follow the recommendations at: http://dev.mysql.com/doc/mysql/en/Problems_with_character_sets.html What output does the following command produce? myisamchk -dvv host.MYI Have

Re: No connect to mysql

2004-12-15 Thread sasa
"J.R. Bullington" wrote: > Make sure that you have run `#/usr/local/mysql/bin/safe_mysqld &` ..when I try: #/usr/bin/safe_mysqld & [1] #Starting mysqld daemon with database from /var/lib/mysql STOPPING server from pid file /var/lib/mysql/mail.pid 041215 23:56:46 mysqld ended and: #/usr/bin/my

Re: No connect to mysql

2004-12-15 Thread sasa
Hi, I have the following permission: #ls -l /var/lib/ drwxr-xr-x 4 mysql root .. mysql .. in the mail.err: /usr/sbin/mysqld: Cant't open file: 'host:MYI'. (errno: 142) Fatal error: Can't open privilege tables: File '/usr/share/mysql/charsets/?.conf' not found (Errcode: 2) and: #ls -l /var/li

RE: No connect to mysql

2004-12-14 Thread J.R. Bullington
The reason that you cannot connect is that your MySQL server is not running. Make sure that you have run `#/usr/local/mysql/bin/safe_mysqld &` First and then try to run mysqladmin. The other option is to run `#/usr/local/bin/mysqladmin status` to check to see if the server is running. J.R. ---