Membership is FREE – with unlimited access to all features, tools, and discussions. Premium accounts get benefits like banner ads and newsletter exposure. ✅ Signature links are now free for all. Share your own thoughts and experience, accounts may be terminated for violations.

mysql held needed

Status
Not open for further replies.
Joined
Jan 11, 2007
Posts
5,064
Reaction score
106
I am trying to run a script that needs one user with two databases.

My hosting company have told me that i need to create 2 databases and 1 stand-alone user in my hosting cp, then with phpmyadmin i need to grant access from the 2 databases to the stand-alone user.

I have been reading through the mysql website for ages and trying lots of things that don't seem to be working.

I am sure this would be a piece of pi** for someone who knows what they are doing! Is there anyone who could give me step by step instructions, or if they were feeling really generous i can give them access to the cp and they could do it for me! :p

Thanks in advance.

-Ben
 
i would post this on the mysql dedicated forums as you will get free help there :)
 
What bit are you stuck on? I know how to create db's and users and how to assign a user to a db. Is that what you need?
 
Why 2 databases ?

Surely 2 tables is easier to manage ?

Switching databases makes joins and such nasty and messy and slower than a slowpoke.

You would be better asigning one user to one database and use 2 tables to handle it.
 
Status
Not open for further replies.
Top Bottom