Mailinglist Archive: opensuse (4054 mails)
| < Previous | Next > |
Re: [opensuse] MySQL & SSH Setup question in OpenSuSE 10.1 Alpha 4
- From: Cristian Rodriguez <judas_iscariote@xxxxxxxxxxxx>
- Date: Fri, 20 Jan 2006 23:04:50 -0300
- Message-id: <43D196C2.6090406@xxxxxxxxxxxx>
SOTL wrote:
> I am not able to connect error is no connection to /var/lib/mysql/mysql.sock.
> Review of /var/lib/mysql/ shows that there are a number of files missing. Is
> this error in files that I did not mark to be install or is it error in file
> installation? I marked ALL MySQL files including MySQLserver to be installed.
> Where do I get missing files? This issue also existed with the OpenSuSE 10.0
> disk I downloaded.
>
> Thanks for your consideration.
>
> SOTL
>
If you have problems with mysql, make sure you ahve installed
mysql-server package.
if installed but doesn't work out of the box ( very strange thing, never
happend to me on SUSE)
do the following thing as root
rcmysql stop
$su - mysql
$mysql_install_db
$exit
$rcmysql start
$mysql_secure_installation ( answer the questions)
Have a lot of Fun ;-)
> I am not able to connect error is no connection to /var/lib/mysql/mysql.sock.
> Review of /var/lib/mysql/ shows that there are a number of files missing. Is
> this error in files that I did not mark to be install or is it error in file
> installation? I marked ALL MySQL files including MySQLserver to be installed.
> Where do I get missing files? This issue also existed with the OpenSuSE 10.0
> disk I downloaded.
>
> Thanks for your consideration.
>
> SOTL
>
If you have problems with mysql, make sure you ahve installed
mysql-server package.
if installed but doesn't work out of the box ( very strange thing, never
happend to me on SUSE)
do the following thing as root
rcmysql stop
$su - mysql
$mysql_install_db
$exit
$rcmysql start
$mysql_secure_installation ( answer the questions)
Have a lot of Fun ;-)
| < Previous | Next > |