Re: [PHP-WIN] MySQL Help

2003-09-25 Thread Bobo Wieland
Original Message - From: "Dean Hayes" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, September 25, 2003 5:58 AM Subject: [PHP-WIN] MySQL Help > > Hey, > > I am working on a new script that allow's the use to insert upto 10 extra > image p

[PHP-WIN] MySQL Help

2003-09-24 Thread Dean Hayes
Hey, I am working on a new script that allow's the use to insert upto 10 extra image per item in the catalog. What i need to do is print 5 images per line. I need to know how i can print 5 image per field the code i currently have is this $num_items = amount user wants; $num = $num_items / 2

[PHP-WIN] MySQL help!!!

2001-10-28 Thread Brian Feliciano
this maybe an OT but i accidentally revoked my mysql root. how can i fix this?? thanx -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP-WIN] MYSQL Help

2001-04-26 Thread Johan Lundqvist
Tom's answer is correct, but... I just HAVE to comment on the security issue in allowing telnet access at all. You should think more than twice before open up any system, in any way... You might wanna think SSH, firewall or maybe VPN... I dunno. /Johan Tom Mathews wrote: > > 1) Command line con

Re: [PHP-WIN] MYSQL Help

2001-04-26 Thread Tom Mathews
1) Command line console is always installed with MySQL - telnet to the remote machine and you should be able to run it with no problems. 2) GUI - I reccommend phpmyadmin - get it from the MySQL site. It has a lot of limitations, but the basic functionality is all fine. Tom edwin wrote: > hi, >

Re: [PHP-WIN] MYSQL Help

2001-04-26 Thread edwin
hi, thanks!! btw, do you know any good commandline or gui clients for Mysql? i want to administer the DB remotely... thanks ed ""Johannes Janson"" <[EMAIL PROTECTED]> wrote in message 9c65b9$nle$[EMAIL PROTECTED]">news:9c65b9$nle$[EMAIL PROTECTED]... > hi, > > the info in the manual about the

Re: [PHP-WIN] MYSQL Help

2001-04-25 Thread Johannes Janson
hi, the info in the manual about the command line in mysql apply also for win2k. Assuming you have root access go to the mysql prompt and type this: GRANT select, insert, update, delete, WhatPrivYouWant ON YourDB.* TO username IDENTIFIED BY 'YourPassword'; This creates a user "username" with pas

[PHP-WIN] MYSQL Help

2001-04-25 Thread edwin
hi, I got a very simple question. I have mysql under win2k and I need help adding a new user to be able to use the database. I looked through the manual but all the references are for *nix, can someone help me out or point me to a place where i can read up on this?? thanks!! edwin -- PHP Win