Web Hosting Talk







View Full Version : mysql


joshlink01
05-12-2004, 07:06 PM
I want to able to give out mysql usernames. So that my customers can enter their username and password for a mysql/php program. And without a hosting control panel.

alpha
05-12-2004, 09:58 PM
Not sure if you realized this but you just made a statement about what you want to do...

I'm going to assume that you meant to add in the end:
"How would I do this?"
or something...

In that case:
http://dev.mysql.com/doc/mysql/en/User_Account_Management.html

MySQL user administration is fairly simple if you're comfortable with command-line/shell aspect of server control.

joshlink01
05-14-2004, 03:38 PM
I'm using MySQL for WIndows (if that matters). And where do I go to find the "shell?"

alpha
05-14-2004, 05:16 PM
drive:\mysql directory\bin\mysql.exe

ie. c:\mysql\bin\mysql.exe

You can run this via the command prompt:

cd c:\mysql\bin\
mysql

blockcipher
05-14-2004, 06:36 PM
For windows you can use the MySQL CC

http://dev.mysql.com/downloads/mysqlcc.html

Hope this helps.