Eerder ()
:~$ mysql -u root -p [zoals ik MySQL de vorige dag aan de praat kreeg)
Enter password:
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES) ...
enz.
Opgelost op de volgende manier:
root:/home/paul# /usr/bin/mysqld_safe --user=mysql &
root:/home/paul# mysql
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 4 to server version: 5.0.22-Debian_0ubuntu6.06.2-log
Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
mysql>
Het werkt maar wat is de juiste betekenis van " mysqld_safe --user=mysql &"?
Paul