Re: How to create a database through phpmyadmin?
|
Quincy Haverill |
|
10/30/2008 2:53:19 AM |
Perhaps, your hosting does not allow more than current # dbs.
Anyway you could try phpmyadmin at your windows machine by installing easyphp from http://www.easyphp.org/
Hope that helps. Post Comments |
|
Re: How to create a database through phpmyadmin?
|
Xzaviero Moretti |
|
10/30/2008 2:53:50 AM |
Hi Paras, Databases are created in your Admin panel (cPanel, Plesk, Helm or other) Post Comments |
|
Re: How to create a database through phpmyadmin?
|
Hiranmay Yogish |
|
10/30/2008 2:54:10 AM |
Paras, See I use WAMPSERVER http://www.wampserver.com/en/ it worked better for me for some reason then easyphp. I always do my hardcore coding in it so as not to crash something on my live server anyway, just thought I would throw out another option
Post Comments |
|
Re: How to create a database through phpmyadmin?
|
Kamila Hodyl |
|
10/30/2008 2:56:03 AM |
Hi, MySQL is privilage based and if you do not have rights to create a data base, you can not, end of story untill you are given the rights
You should be able to create any and all the tables you need inside that 1 data base, there is no limit on the number of tables. Post Comments |
|
Re: How to create a database through phpmyadmin?
|
Naman Acton |
|
10/30/2008 2:57:14 AM |
What Control Panel does your host use? As mentioned before, MySQL databases are created there.
CPanel (which my current host uses) has a MySQL Databases menu in either the Site Management or Databases menu (depending on how CPanel is configured.) It's very simple to create a database from there.
Post Comments |
|