|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stop making mediocre tutorials.The best tutorials are video! Camtasia Studio makes it easy to create engaging, buzz-building screen videos at any size, in any popular format. Download the free trial!
|
|
#1
|
|||
|
|||
|
The PhP and the Omnihttpd server works fine but how do I make a Connection to MySql?
Im running Win98! This is a question that has botherd me for a long time any help would be great =) |
|
#2
|
|||
|
|||
|
I really would be happy for any help!
|
|
#3
|
||||
|
||||
|
I'm assuming you've installed mysql, which really is nothing more than uzipping it? from the command line in a dos window, get to
c:mysqlbin from there, type mysqld to start the server. then run mysql -uroot, and that'll probably get you into the server if there is no password set. read the documentation on how then to set a password for root. from there you can create you databases and tables within mysql. for php use mysql_connect() to connect to the database, then you can issue queries with mysql_db_query(), look at www.php.net or here on devshed for some good tutorials and manuals. |
|
#4
|
|||
|
|||
|
Thx =)
|
![]() |
| Viewing: Dev Shed Forums > Databases > MySQL Help > MySql + PhP + OmniHttpd ... How can I set that up? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|