Re: [PHP] connecting to MySQL from a Mac

2005-07-13 Thread Burhan Khalid
Bruce Gilbert wrote: Hello, I am trying to add a PHP search to my site and the read me file says to: 2. In the server, create a database in MySQL to hold Sphider data. a) at command prompt type (to log into MySQL): mysql -u -p Enter your password when prompted. b) in MySQL, type: CREATE DATA

Re: [PHP] connecting to MySQL from a Mac

2005-07-12 Thread Richard Lynch
On Tue, July 12, 2005 8:17 pm, Bruce Gilbert said: > Hello, > > I am trying to add a PHP search to my site and the read me file says to: > > 2. In the server, create a database in MySQL to hold Sphider data. > > a) at command prompt type (to log into MySQL): > mysql -u -p > Enter your password whe

Re: [PHP] connecting to MySQL from a Mac

2005-07-12 Thread Evert | Rooftop
Bruce Gilbert wrote: Hello, I am trying to add a PHP search to my site and the read me file says to: 2. In the server, create a database in MySQL to hold Sphider data. a) at command prompt type (to log into MySQL): mysql -u -p Enter your password when prompted. b) in MySQL, type: CREATE DAT

[PHP] connecting to MySQL from a Mac

2005-07-12 Thread Bruce Gilbert
Hello, I am trying to add a PHP search to my site and the read me file says to: 2. In the server, create a database in MySQL to hold Sphider data. a) at command prompt type (to log into MySQL): mysql -u -p Enter your password when prompted. b) in MySQL, type: CREATE DATABASE sphider_db; troub