mysql can't running

2010-03-23 Thread m.anis

Please help, mysql can't running
i had installed it and using phpmyadmin
when i check /etc/rc.d/mysql-server status
it says mysql is not running
when i tried /usr/local/bin/mysqld_safe &
startting mysqld daemon with database from /var/db/mysql
STOPPING server from pid file /var/db/mysql/.pid
100323 22:09:46  mysqld ended

--
--
Terima Kasih
Muhammad Anis
Teknik Informatika
Institut Teknologi Bandung

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: mysql can't running

2010-03-23 Thread m.anis

On 23/03/2010 22:32, Alejandro Imass wrote:

On Tue, Mar 23, 2010 at 10:45 AM, m.anis  wrote:
   

Please help, mysql can't running
i had installed it and using phpmyadmin
when i check /etc/rc.d/mysql-server status
it says mysql is not running
when i tried /usr/local/bin/mysqld_safe&
startting mysqld daemon with database from /var/db/mysql
STOPPING server from pid file /var/db/mysql/.pid
100323 22:09:46  mysqld ended
 

What is the result of:

1)

/usr/local/etc/rc.d/mysql-server onestart

2)

tail /var/log/messages




   

--
--
Terima Kasih
Muhammad Anis
Teknik Informatika
Institut Teknologi Bandung

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

 

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

   

# /usr/local/etc/rc.d/mysql-server onestart
Starting mysql.
there is no messages in  /var/log/messages
one thing i realize after looking through the internet i had no 
/tmp/mysql.sock


--
--
Terima Kasih
Muhammad Anis
Teknik Informatika
Institut Teknologi Bandung

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: mysql can't running

2010-03-23 Thread m.anis

On 23/03/2010 22:32, Alejandro Imass wrote:

On Tue, Mar 23, 2010 at 10:45 AM, m.anis  wrote:
   

Please help, mysql can't running
i had installed it and using phpmyadmin
when i check /etc/rc.d/mysql-server status
it says mysql is not running
when i tried /usr/local/bin/mysqld_safe&
startting mysqld daemon with database from /var/db/mysql
STOPPING server from pid file /var/db/mysql/.pid
100323 22:09:46  mysqld ended
 

What is the result of:

1)

/usr/local/etc/rc.d/mysql-server onestart

2)

tail /var/log/messages




   

--
--
Terima Kasih
Muhammad Anis
Teknik Informatika
Institut Teknologi Bandung

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

 

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

   

hei i just restart my system and it goes well
but i still don't know why
thanks for all your answer

--
--
Terima Kasih
Muhammad Anis
Teknik Informatika
Institut Teknologi Bandung

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Pure-ftpd non anonymous

2010-03-24 Thread m.anis

Hi all,
i'm still new on freebsd, please help me.
i had installed pure-ftpd. it is working with the anonymous login.
i'd like to make it non anonymous login, so only authenticated user can 
log in.

here what i did :

# Don't allow authenticated users - have a public anonymous FTP only.

AnonymousOnly   no

# Disallow anonymous connections. Only allow authenticated users.

NoAnonymous yes

i think with this i had set no naonymous login (that what i got after 
reading the manual)

but this is appear:

220-You are user number 1 of 50 allowed.
220-Local time is now 01:53. Server port: 21.
220-*Only anonymous FTP is allowed here* (why this could happen? what is 
wrong?)

220-IPv6 connections are also welcome on this server.
220 You will be disconnected after 15 minutes of inactivity.
Name (localhost:):newftp
421 Unable to set up secure anonymous FTP
ftp: Login failed.

i had made the newftp user with password, but it still can.t login.
anyone can help me? Thanks before

--
--
Best Regards

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


pure-ftpd with mysql authentication

2010-03-28 Thread m.anis

Hi all,
I have problem with my pure-ftpd with mysql auth
I don't know where the error
I look on the database with phpmyadmin, and everything goes well

here my config:
pureftpd-mysql.conf

/MYSQLSocket  /tmp/mysql.sock
MYSQLServer localhost
MYSQLPort   3306
MYSQLUser 
MYSQLPassword 
MYSQLDatabase 

/

pure-ftpd.conf

[...]
ChrootEveryone  yes
[...]
MySQLConfigFile   /usr/local/etc/pure-ftpd/pureftpd-mysql.conf
[...]
CreateHomeDir   yes
[...]

Thank for your help.

--
--
Best regards
Muhammad Anis

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: pure-ftpd with mysql authentication

2010-03-29 Thread m.anis

On 29/03/2010 16:55, Jerry wrote:

On Mon, 29 Mar 2010 11:28:49 +0700, m.anis
articulated:

   

Hi all,
I have problem with my pure-ftpd with mysql auth
I don't know where the error
I look on the database with phpmyadmin, and everything goes well

here my config:
pureftpd-mysql.conf

/MYSQLSocket  /tmp/mysql.sock
MYSQLServer localhost
MYSQLPort   3306
MYSQLUser
MYSQLPassword
MYSQLDatabase

/

pure-ftpd.conf

[...]
ChrootEveryone  yes
[...]
MySQLConfigFile   /usr/local/etc/pure-ftpd/pureftpd-mysql.conf
[...]
CreateHomeDir   yes
[...]
 

If you are unable to secure a suitable solution to your problem here,
you might try the "pure-ftpd" mailing lists, available here:

http://www.pureftpd.org/project/pure-ftpd/support

I have used them in the past with great success.

   

Thanks a lot,
Sorry for trouble

--
--
Best Regards

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"