PythonQ 248-8XX Instrukcja Użytkownika Strona 216

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
Przeglądanie stron 215
Chapter 10
The unused message above indicates that MySQL is down. To bring the database
server up, we execute the
start command:
koha @linux: - # sudo /etc /init.d /mysql start
Starting service MySQL
done
As with Apache2 on openSuSE and similar distributions, MySQL may not have
been configured to start up at boot time.
To test if this is the case, we run command
chkconf ig:
koha @linux: /home /koha # sudo chkconfig mysql
mysql off
To make sure MySQL starts at boot, we run
chkconf ig
with the on option:
koha @linux: - # sudo chkconfig
mysql on
Again, just like with Apache2, let's run a test once again to make sure the
configuration is correct:
koha@linux:/home/koha # sudo chkconfig mysql
mysql
on
There could be other reasons for the problem; you might want to take a look at
the MySQL logs for clues:
koha @linux: /home /koha # tail -f /var /log /mysql /mysqld.log
The
messages
log file is a general system log file, and may contain useful
information as well:
koha @linux: /home /koha # tail -f /var /log /messages
[ 201 ]
Przeglądanie stron 215
1 2 ... 211 212 213 214 215 216 217 218 219 220 221 ... 298 299

Komentarze do niniejszej Instrukcji

Brak uwag