Re: how to force mysql to use the name of my machine instead of localhost

2017-04-16 Thread Joe
On Sun, 16 Apr 2017 20:45:56 +0100 Joe wrote: > On Sun, 16 Apr 2017 10:17:53 +0100 > Abdelkader Belahcene wrote: > > > *Thanks for reply and links* > > > > > > *But I am sure, the problem is in mysql.* > > *Look at this: * > > > > *my count is

Re: how to force mysql to use the name of my machine instead of localhost

2017-04-16 Thread Joe
On Sun, 16 Apr 2017 10:17:53 +0100 Abdelkader Belahcene wrote: > *Thanks for reply and links* > > > *But I am sure, the problem is in mysql.* > *Look at this: * > > *my count is lite@lite* > *and hostname gives * > *lite@lite:/opt/lampp$ hostname* > *lite.umbb.dz

Re: Re: how to force mysql to use the name of my machine instead of localhost

2017-04-16 Thread deloptes
Abdelkader Belahcene wrote: > *Thanks for reply and links* > > > *But I am sure, the problem is in mysql.* > *Look at this: * > > *my count is lite@lite* > *and hostname gives * > *lite@lite:/opt/lampp$ hostname* > *lite.umbb.dz * > > > *bin/mysql* > > *ERROR 1045

Re: Re: how to force mysql to use the name of my machine instead of localhost

2017-04-16 Thread Abdelkader Belahcene
*Thanks for reply and links* *But I am sure, the problem is in mysql.* *Look at this: * *my count is lite@lite* *and hostname gives * *lite@lite:/opt/lampp$ hostname* *lite.umbb.dz * *bin/mysql* *ERROR 1045 (28000): Acces s denied for user 'lite'@'localhost' (using

Re: Re: how to force mysql to use the name of my machine instead of localhost

2017-04-11 Thread deloptes
Abdelkader Belahcene wrote: > thanks a lot for any idea This has nothing to do with mysql or debian, but with wordpress. Please refer the manual or subscribe to the wordpress list. Perhaps someone else here may help you, but it would be OT IMO. regards

Re: how to force mysql to use the name of my machine instead of localhost

2017-04-11 Thread Richard Owlett
On 04/11/2017 07:45 AM, Abdelkader Belahcene wrote: Thanks for reply; I give more details. I install wordpress on my machine, it works fine on local, I mean i if write in the browser localhost/wordpress, it 's OK. I can use myIP/worpress on a remote machine to connect my server, It seems

Re: Re: how to force mysql to use the name of my machine instead of localhost

2017-04-11 Thread Abdelkader Belahcene
Thanks for reply; I give more details. I install wordpress on my machine, it works fine on local, I mean i if write in the browser localhost/wordpress, it 's OK. I can use myIP/worpress on a remote machine to connect my server, It seems working fine, I get the main page, BUT, CSS files are not

Re: how to force mysql to use the name of my machine instead of localhost

2017-04-10 Thread Joe
On Mon, 10 Apr 2017 07:51:56 +0100 Abdelkader Belahcene wrote: > My machine has another name than localhost like lite.bela.umbb, > when I install mysql, it always takes the the localhost as the name > of the machine. this yields in a problem for me, when I use for >

how to force mysql to use the name of my machine instead of localhost

2017-04-10 Thread Abdelkader Belahcene
My machine has another name than localhost like lite.bela.umbb, when I install mysql, it always takes the the localhost as the name of the machine. this yields in a problem for me, when I use for example wordpress and I want a remote connection. because the localhost stored in DB is irrelevant