myTuffy.Net Web Hosting and E-Commerce Solutions
 

Products & Services

  • Linux Web Hosting
  • NT Web Hosting
  • Merchant Accounts
  • Domain Name Registration
  • Domain / Email Redirection
  • Partner Programs
  • Web Site Design
  • Dedicated Servers
  • Order Desk

    Support & Help Desk

  • Client Support Desk
  • Online Support Manual
  • FAQs
  • Glossary
  • Getting Started
  • E-Commerce Steps
  • Tips, Tutorials, Resources
  • Online Training Tools
  • Downloads
  • Revenue Generation
  • Policies & Guidelines
  • Contact
  • Notes & Reference

  • NT vs. Unix
  • Reference Books
  • About myTuffy
  • Site Map
  • Web Hosting Site Search
    Enter your keywords:

    Exact Match
    MySQL, phpMyAdmin FAQ

    Important: To create a database, you must login to your Web Control Panel (http://YourDomain.com/cgi-bin/plusmail), click on "Extras", then click on "MySQL Database", and follow the directions provided. Activation takes place within 15 minutes.

    1. Do you support w3-msql?

    2. Can I use ODBC with MySQL?

    3. How do I connect to MySQL using MySQLPerl Module?

    4. Can I use JDBC with MySQL?

    5. How many databases can I create?

    6. What's the telnet command to activate msql?

    7. How do I connect to MySQL through PHP?

    8. What's the telnet commands to access MySQL?

    9. Can I use phpMyAdmin to administer MySQL?

    10. How do I activate phpMyAdmin to administer MySQL?

    NOTE: More information on MySQL is available in our Online Support Manual: Part 7 - Databases.

    Do you support w3-msql?
    Yes, we support w3-msql lite. You can request that it be put into your cgi-bin.

    top

    Can I use ODBC with MySQL?
    At this time our Linux operations do not support ODBC.

    top

    How do I connect to MySQL using MySQLPerl Module?
    Use the following outline to connect and begin querying the MySQL server from a Perl script. Remember that you can not connect to your databases remotely due to security concerns, you can only connect from localhost.

    1. Declarations. You must require the MySQL package for your script to function properly. Do this by including the following line in your code: use Mysql;
    2. Connect To The Database. Somewhere near the beginning of your script, you need to make your initial connection to the database server. Using the following form - substitute your database, username and password for the examples to connect succesfully.
      Mysql->connect('localhost','DATABASENAME','USERNAME','USERPASSWORD');
    3. Executing A Query. You are now ready to begin querying the database server. Most problems that you may incur will generally occur due to invalid permission settings for the specified user.

    top

    Can I use JDBC with MySQL?
    At this time we do not support JDBC.

    top

    How many databases can I create?
    We allow 4 individual databases to be created using your Web Control Panel. (The Coyote Cub package includes 1 database.) You may purchase additional databases if necessary.

    top

    What's the telnet command to activate msql?
    msql dbname

    top

    How do I connect to MySQL through PHP?
    Use the following outline to connect and begin querying the MySQL server from within your PHP scripts. Remember that you can not connect to your databases remotely due to security reasons. You can only connect to them form localhost.

    1. Connect to the MySQL Server. Use the following statement to connect to the database server. Substitute the username and password for the ones you created in the Web Control Panel. MYSQL_CONNECT('localhost','USERNAME','PASSWORD');
    2. Select your Database. Use the following statement to select the database you wish to connect to. Make sure you substitute the example with your database name. @mysql_select_db("DATABASENAME");
    3. Executing a Query. You are now ready to execute your queries. Most problems that arise with your scripts will be due to incorrect permission settings.

    top

    What's the telnet commands to access MySQL?
    Use the following outline to connect and begin querying the MySQL server from Telnet. Remember that you can not connect to your databases remotely due to security concerns, you can only connect from localhost.

    1. Connect to the MySQL Server
      servername:> mysql -u USERNAME -p
      Enter Password: PASSWORD
    2. Connect To The Database
      mysql> use DATABASENAME;
    3. Receving Help
      mysql> help

    top

    Can I use phpMyAdmin to administer MySQL?
    Yes, phpMyAdmin is available for all accounts.

    top

    How do I activate phpMyAdmin to administer MySQL?
    You can install PhpMyAdmin once your database is created. To install PhpMyAdmin, login to your web control panel (http://YourDomain.com/cgi-bin/plusmail). Click on "Extras", then click on "MySQL Database". Follow the on screen instructions. Once PhpMyAdmin is installed, you can access it from http://www.YourDomain.com/pma

    On the left navigation bar, click on the database you want to work on.

    You can customize the configuration of phpMyAdmin by modifying the config.inc.php3 file located in your /pma directory. It's a good idea to make a copy of the original before making any changes. That way, in case of problems, you can always go back to the original.

    top


     
    Copyright © 1998-2004 Tuffy Enterprizes. All Rights Reserved. Copyright Notice
    Policies & Guidelines | Privacy Statement | Contact