Re: Need A book for dynamic website

2001-11-14 Thread Lad . Gaal
I myself like the following PHP4 Bible Sams Teach yourself MySql in 21 days "Webmaster" <[EMAIL PROTECTED]> on 11/14/2001 10:37:53 AM To: [EMAIL PROTECTED] cc: (bcc: Lad Gaal/MarconiMedical) Subject: Need A book for dynamic website Hi, I need a book to teach

how to move db

2001-11-12 Thread Lad . Gaal
I'm switching over to a bigger better faster server. My old server is running version 3.23.22-6 mysql on RH and I need to move all the db's to my new box using 3.23.41 installed on RH7.2. So do I just simply move all of the db directories from /var/lib/mysql from one box to the next or are there

Re: Can't stop mysql / possible bug?

2001-11-12 Thread Lad . Gaal
<[EMAIL PROTECTED]> on 11/12/2001 01:58:18 PM To: Lad Gaal/MarconiMedical@Marconi cc: Mysql List <[EMAIL PROTECTED]> Subject: Re: Can't stop mysql [EMAIL PROTECTED] wrote: > The only reference to mysqladmin is for the reload at the end. I think this > whole thing

Re: Can't stop mysql

2001-11-12 Thread Lad . Gaal
" in start) start ;; stop) stop ;; status) status mysqld ;; reload) reload ;; restart) restart ;; condrestart) condrestart ;; *) echo $"Usage: $0 {start|stop|status|reload|condrestart|restart}" exit 1 esac exit $? Bill Ada

Can't stop mysql

2001-11-12 Thread Lad . Gaal
Howdy, I'm running version 3.23.41 on RH7.2. For the life of me I can't figure out why I can't stop mysqld. Linuxconf was where I first noticed this where mysqld would not respond to the stop request. I then tried to reboot the box and watched the shutdown process and noticed that mysqld failed

Re: phpMyAdmin

2001-02-14 Thread Lad . Gaal
Muchas gratias. I now know why everyone keeps referring to this little jewel. thanks again to you and to all replying. Scott Baker <[EMAIL PROTECTED]> on 02/14/2001 12:17:45 PM To: Lad Gaal/MarconiMedical@Marconi, [EMAIL PROTECTED] cc: Subject: Re: phpMyAdmin

phpMyAdmin

2001-02-14 Thread Lad . Gaal
I was reading through the list and found numerous mentions of phpMyAdmin. Since I am a newbie (hoping not to be) at mysql and php, but soon will be using both, I started looking for it on my Linux box. I have both php3 and 4 on the system and mysql seems to be working fine. However, I could not

SECURITY: Not running as root, etc

2001-02-11 Thread Lad . Gaal
For security reasons, I don't want to run mysql as root of the OS. However, the only way I can run mysql is if I log into the server as root. So I guess I have to create another superuser with: GRANT ALL ON *.* TO lgaal@localhost IDENTIFIED BY 'whocares' WITH GRANT OPTIONS; Is this correct? and

Re: Newbie Questions and a resolution

2001-02-10 Thread Lad . Gaal
m on 02/10/2001 01:06:43 PM To: "Aaron Sinclair" <[EMAIL PROTECTED]> cc: [EMAIL PROTECTED] (bcc: Lad Gaal/MarconiMedical) Subject: Re: Newbie Questions You're correct in that /var/lib/mysql/mysql/* was not owned by mysql. I did a chown mysql.mysql and then did a chmod

Re: Newbie Questions

2001-02-10 Thread Lad . Gaal
g password: YES)' I'm open for suggestions TX "Aaron Sinclair" <[EMAIL PROTECTED]> on 02/09/2001 08:20:16 PM To: Lad Gaal/MarconiMedical@Marconi cc: Subject: Re: Newbie Questions check that /var/lib/mysql/mysql/* are owned by mysql and have read write premiss

Newbie Questions

2001-02-09 Thread Lad . Gaal
nnect to server at 'localhost' failed error: 'Access denied for user: 'root@localhost' (Using password: YES)' So how the heck do I do this?? Thanks Lad. Gaal - Before posting, pleas