| |
Q: What is MySql?
A: MySql is a relational database management system. For details, please visit http://www.mysql.com.
Q: How do I use MySql?
A: The best way to use MySql is to access it in your PHP program, there are a lot of books on market discussing this topic.
Q: Do I need to create my own MySql database?
A: Your database is created for you when you signup. The name of your database is the username you choose at the signup time. However, you need to create your own tables.
Q: Which version of MySql is your server running?
A: We currently have MySql version: 3.23.33.
Q: Can I remotely login into your MySql system using the MySql client software on my PC?
A: No, you can not directly connect our MySql System form your PC. However, you can access MySql database in your PHP or Perl programs which run on our server. |