|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
You don't need a fax machine to get faxes. Get a fax-to-email fax number from CallWave. Try it free.
|
|
#1
|
|||
|
|||
|
Currently, my installation of mySQL only supports connections to "localhost". How do I configure it to support connections to mydomain.com?
Secondly, I am building a web database using mySQL and wish to create one user for all requests to that database from the web. And then a second user for admin of that database. What is the easiest way to accomplish this? MJH ------------------ T e c h 9 M u l t i m e d i a www.tech-9.com URL |
|
#2
|
|||
|
|||
|
when in mysql, use mysql;
then have a look at the tables: user and host select * from user; desc user; |
![]() |
| Viewing: Dev Shed Forums > Databases > MySQL Help > Server address and permissions |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|