Welcome Guest ( Log In | Register )



 
Reply to this topicStart new topic
> What Is Mysql With Mysqli
jbitkill
post Nov 1 2007, 12:20 AM
Post #1


Member - Active Contributor
Group Icon

Group: Members
Posts: 82
Joined: 30-October 07
From: Wales
Member No.: 25,826



Hi!, what is MySQL with MySQLi because i am hosting phpbb3 site and i got a database types of
MySQL
MySQL with MySQLi
PrestigeSQL

I have choosed MySQL now but i am willing to reinstall.

xxxx-jozh-xxxx
Go to the top of the page
 
+Quote Post
TavoxPeru
post Nov 1 2007, 04:25 AM
Post #2


Super Member
Group Icon

Group: [HOSTED]
Posts: 744
Joined: 8-April 06
From: Lima - Peru
Member No.: 12,579



QUOTE(jbitkill @ Oct 31 2007, 07:20 PM) *
Hi!, what is MySQL with MySQLi because i am hosting phpbb3 site and i got a database types of
MySQL
MySQL with MySQLi
PrestigeSQL

I have choosed MySQL now but i am willing to reinstall.

xxxx-jozh-xxxx

I guess that to access your databases phpbb3 uses for your MySql databases prior to ver 4.1.0 the MySql extension and for your MySql databases from ver. 4.1 -exactly with ver. 4.1.3- and above the MySqli php extension. This last one is an improved extension that allows to access all of the functionality provided by MySQL 4.1 and above. Also with this extension you can develop your php code to work with your databases in a procedural or an object oriented style.

For more information visit the following pages at the php website:
Regarding the PrestigeSQL, well only to say that it is the first time i hear about it.

Best regards,
Go to the top of the page
 
+Quote Post
Chesso
post Nov 2 2007, 11:05 PM
Post #3


Teh Coder
Group Icon

Group: Members
Posts: 1,053
Joined: 18-April 06
From: Australia
Member No.: 12,833



Maybe the OP means Postgre SQL or what ever it is in the cPanel.

I can't even remember the exact name but it is something like that (I think it has some elephant/mammoth icon or some such).
Go to the top of the page
 
+Quote Post
TavoxPeru
post Nov 3 2007, 01:14 AM
Post #4


Super Member
Group Icon

Group: [HOSTED]
Posts: 744
Joined: 8-April 06
From: Lima - Peru
Member No.: 12,579



QUOTE(Chesso @ Nov 2 2007, 06:05 PM) *
Maybe the OP means Postgre SQL or what ever it is in the cPanel.

I can't even remember the exact name but it is something like that (I think it has some elephant/mammoth icon or some such).

If it's icon is an elephant/mammoth as you say, well, in this case you are correct it is refering to a PostgreSQL database, if not, as i say in my previous post, i don't know anything about it.

Best regards,
Go to the top of the page
 
+Quote Post
yordan
post Nov 24 2007, 02:53 PM
Post #5


Way Out Of Control - You need a life :)
Group Icon

Group: [MODERATOR]
Posts: 1,979
Joined: 16-August 05
Member No.: 7,896



QUOTE(jbitkill @ Nov 1 2007, 01:20 AM) *
Hi!, what is MySQL with MySQLi because i am hosting phpbb3 site and i got a database types of
MySQL
MySQL with MySQLi
PrestigeSQL

I have choosed MySQL now but i am willing to reinstall.

xxxx-jozh-xxxx

MySQL is a good choice.
Simply, the menu you have seen states that PHPBB3 has detected three possible database systems effectively installed on your host. However, remember that you have to create a database and a database user before starting up your installation. For instance, if you choose to create a PostgreSQL database, you choose postre in the database type.
Because you seem more familiar with standard MySQL, simply choose MySQL the next time you install your database.
And, of course, perform a backup before destroying your current forum ; so, if you happen to change your mind, you will be able to restore your data and bring your old forum up again.
Regards
Yordan
Go to the top of the page
 
+Quote Post
vujsa
post Nov 25 2007, 02:22 AM
Post #6


Absolute Newbie
Group Icon

Group: Admin
Posts: 887
Joined: 20-February 05
From: Indianapolis, Indiana, USA (Midwest)
Member No.: 2,714



Your phpBB3 installation want to know what PHP functions to use for your installation. This is puzzling since most systems that can use a variety of SQL functions have the ability to choose the correct set automatically!

For example, Joomla checks the version of PHP installed and if the mysqli functions are included, then that is what it uses since those are the better choice. If you have a server with PHP 5, then by default, the mysql functions are not supported and only the mysqli functions will work. Most hosts turn the mysql functions on to avoid problems with older script installations that are only able to use the older functions.

The only reason that the installer asks is because different versions of SQL software use different PHP functions and it needs to know which functions to use. For AstaHost, you can use mysql and mysqli for any MySQL database you setup!

Again, the program really should just check and use the proper functions automatically but then again, when did phpBB do what makes sense.

To explain, Postgre SQL, is just the name of the SQL software you could use like MySQL or MS-SQL. That's right Microsoft has their on SQL version as well...
The MS-SQL version isn't as popular as the other two mostly because Windows servers aren't quite as popular. MySQL is most popular since is is most easily supported by PHP. Since PHP is such a popular choice for web development, MySQL benefits from that relationship.

vujsa
Go to the top of the page
 
+Quote Post
yordan
post Nov 27 2007, 06:09 PM
Post #7


Way Out Of Control - You need a life :)
Group Icon

Group: [MODERATOR]
Posts: 1,979
Joined: 16-August 05
Member No.: 7,896



Personnally, I like the way PHPBB3's installer works. It looks what is available, and then suggests you what it thinks is better, but lets you choose something different. This allows me to use phpbb3 with an Oracle database, just for fun.
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic

Collapse

> Similar Topics

Topics Topics
  1. MySQL - Trouble With Bulk Insert Statements(3)
  2. MySQL Realtime Replication(3)
  3. Recover Tables From A MySQL .frm File(8)
  4. Mirror My MySQL Database To Another Mysql Server(4)
  5. How To Connect MySQL With Flash?(8)
  6. MySQL Output Database Question(18)
  7. MySQL, Multiple Tables(24)
  8. Navcat For MySQL(8)
  9. Permission Problem With Mysql Database Creation(8)
  10. Mysql And Php(15)
  11. Problems With Php Saving Data Into Mysql(6)
  12. Login System Using A Mysql Db(5)
  13. Oracle Vs. Mysql Vs. Postgresql(9)
  14. Subqueries In Mysql(1)
  15. Apache Php With Mysql On Windows [solved](9)
  1. Not Understanding Mysql(4)
  2. Mysql Script Help(3)
  3. Mysql - So Hard(14)
  4. Mysql Problem(1)
  5. Sun Bought Mysql(6)
  6. Mysql Backup With Another Address?(4)
  7. I Have An Error With My Mysql Connection(7)
  8. Mysql And User File_priv(0)
  9. Mysql Database Management(1)
  10. Mysql Database Entry By Excel Sheets(2)
  11. Mysql On Computer(9)
  12. Any Website Provide Free Host Mysql Host?(4)
  13. Mysql Multiple Tables(1)


 



- Lo-Fi Version Time is now: 29th August 2008 - 07:39 AM