So let $X1,X2,..,XN$ be an independent sample from log normal distribution with the pdf $f(x,\theta)=(x^2 \sigma^2*2\pi)^{(-1/2)}e^{-(log(x)-\theta)^2/{2\sigma^2}}$ and we have $\sigma^2=1$ and $\theta$ uknown
So I did the following we have the
$L(\theta,x)=(x_1^2\sigma^22\pi)^{-1/2}e^{-(log(x_1)-\theta)^2/{2\sigma^2}}*(x_2^2\sigma^22\pi)^{-1/2}e^{-(log(x_2)-\theta)^2/{2\sigma^2}}*...*(x_n^2\sigma^22\pi)^{-1/2}e^{-(log(x_n)-\theta)^2/{2\sigma^2}}$
and I get the following $L(\theta,x)=(2\pi)^{(-n/2)}*(\sigma^2)^{-n/2}*(1)/(x_1*x_2*..*x_n)e^{(-1/2\sigma^2)\sum(log(x_i)-\theta)^2}$
So I take the $log(L(\theta,x)$ and I get
$(-n/2)log(2\pi)+log(1/x^n)-(1/2\sigma^2)\sum(log(x_i)-\theta)^2$
So now to find the mle of $\theta$ I do $d/d(\theta)log(L(\theta,x))=0$ take the derivative
and I get $=log(x_1)-\theta+log(x_2)-\theta+...+log(x_n)-\theta$
so I get $log(x_1)+log(x_2)+..+log(x_n)-\theta*n$
so the mle $\theta[hat]$ of $\theta$ is $\theta[hat]=((log(x_1)+log(x_2)+..+log(x_n))/n$
I am not sure if this is right.