Re: [PHP-DB] mysql access

2001-02-14 Thread Vojtech Dvorak
What about... GRANT ALL PRIVILEGES ON *.* TO user@"%" IDENTIFIED BY 'user_pass' WITH GRANT OPTION make also this for localhost... GRANT ALL PRIVILEGES ON *.* TO user@localhost IDENTIFIED BY 'user_pass' WITH GRANT OPTION By the way, RTFM ;-) Vojta > hi all... > can you tell me how can i grant ro

Re: [PHP-DB] Import database in access to mysql

2001-03-01 Thread Vojtech Dvorak
Yes u can... by using MyODBC from www.mysql.com Make ODBC connection to your database (via 32bit ODBC in control panel) and than you can export tables directly to MySQL database as loading data from MySQL. I forget web page where this was shown step by step, sorry... Vojtech - Original Messag

Re: [PHP-DB] HELP :CAN PHP SUPPORT BARCODE ?

2001-03-01 Thread Vojtech Dvorak
Yes, it's cool needs GD library. See: http://www.weberdev.com/get_example.php3?count=184 PS: You have to sign as member for free to view this example or I can send it to you if you wish. Rgrds Vojtech - Original Message - From: ąiŽpťĘ <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <

Re: [PHP-DB] bout mysql

2001-03-13 Thread Vojtech Dvorak
> can i grant a user to access two database in mySQL? Yes just use multiple... GRANT PRIVILEGES ON (or database you want to grant) TO user@"%" IDENTIFIED BY 'user_pass' > does mysql has function DECODE like oracle ? don't know sorry > how can i know which table or database that user can ac

[PHP-DB] Apache+PHP+MySQL installation at once - HOW?

2001-05-04 Thread Vojtech Dvorak
Hi, I want to install this great trio Apache+PHP+MySQL and don't want it install step by step, program by program. I remember, that I saw somewhere some prepared package for very fast and comfortable installation of these three at once. Don't you now where I can find it? Thanks Vojtech -- PHP

Re: [PHP-DB] Apache+PHP+MySQL installation at once - HOW?

2001-05-04 Thread Vojtech Dvorak
gt; can find it? Thanks > > I think you wanna be going to: > http://www.phpgeek.com/phptriad.php > > Good luck! > Russ. > > On Fri, 4 May 2001 09:45:41 +0200 Vojtech Dvorak > <[EMAIL PROTECTED]> wrote: > > > Hi, > > I want to install this great trio