Ok, what is the "root" that is stated.
1<?php
2
3$db=mysql_connect("localhost","root","pass") or die(mysql_error());
4mysql_select_db("test_db",$db);
5
6?>
Type: Posts; User: afesports; Keyword(s):
Ok, what is the "root" that is stated.
1<?php
2
3$db=mysql_connect("localhost","root","pass") or die(mysql_error());
4mysql_select_db("test_db",$db);
5
6?>
Thanks, I forgot to remove them.
Ok, now I get "Error
SQL query:
1CREATE TABLE c_online(
2time bigint( 20 ) NOT NULL default '0', 3ip varchar( 20 ) NOT NULL default ''4
)
MySQL said: