On 19 July 2011 18:27, abdulllatef <ibnsaad...@gmail.com> wrote:
> I tried
> #mysql mysql
>
> I got this:
>
> abdullatef@abdullatef-VirtualBox:~/koha-latest/koha-3.4.02$ mysql mysql
> ERROR 1045 (28000): Access denied for user 'abdullatef'@'localhost' (using
> password: NO)
>

this means mysql is running, to answer your other question

try
#mysql mysql -p

or
#mysql mysql -u root -p

and see if you know the root password

if you don't, then you might need to search some mysql forums

nigel
_______________________________________________
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha

Reply via email to