View Full Version : how i can access mysql !!!
qamishly
12-19-01, 05:38 AM
i orderd mysql ....
now how can i access it .
where is the link to access it !!!!
please help me
Did the PowWeb folks send you confirmation that it was set up? If so, you should be able to connect with php:
$connection = mysql_connect("localhost", "userID", "password");
$datacase = mysql_select_db("database", $connection);
$result = mysql_query("SELECT * FROM table WHERE condition.... ... rest of query statement..... yada yada yada
substitue in your userID (account name) and password and database names in the string literals above.
More info in the faqs at: http://www.powweb.com/faqs/?category=MySQL
Although the MySQL server is a separate machine (i think), the "localhost" still connect to it. See http://php.net and http://mysql.com for more documentation.
Peace,
- Earl
FYI: Powweb no longer sends out any "confirmation" email for any of our services (except your original setup email and billing receipt). All is now done by you w/in Ops.
If you order mySQL via Ops (the only way you can order it), it is set up immediate. You can then log into your database using the information you choose when you set it up. :)
vBulletin v3.6.0, Copyright ©2000-2009, Jelsoft Enterprises Ltd.