At 3:47 -0500 22-09-2003, Andy Callan wrote:
I tried to "kill 3306" and it claimed there was "no such process"
I have a GUI fronted called MacSQL already installed that i was using before
when I could only edit test_... db's in mySQL but I doubt that could
be causing
a problem since it did
After successfully setting up PostgreSQL and better understanding the user and
permission problems I attempted to reinstall mySQL which had been running but
b/c of permission stuff i could only access databases that began with "test".
I installed the OS X bundle with Startup module and then got th
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi,
On Mon, 15 Sep 2003, Brent Baisley wrote:
> Are you trying to run mysqld or mysqld_safe (or safe_mysqld)? If you are
> going to start mysql manually, you should be in the /usr/local/mysql
> directory and then type the following: sudo ./bin/mysqld
Are you trying to run mysqld or mysqld_safe (or safe_mysqld)? If you
are going to start mysql manually, you should be in the
/usr/local/mysql directory and then type the following:
sudo ./bin/mysqld_safe &
mysqld_safe is actually just a shell script that will launch and
monitor mysqld to make s
Andy Callan wrote:
>When i try to startup the mysqld it works but then I get "msqld ended"
>immediately afterwards, I tried to follow the two posts about that
>with the online documentation with no luck. If you need anymore info
>just let me know, thanks a lot for your response.
Find the error l
Hi,
It could be a permission problem on /tmp and/or mysql data directory.
OR You have not mysql internal tables (host, user, etc) in data/mysql.
Try to open a file named (yourhost).err in data directory and see why
mysql ended.
Santino
> Does the installation of the PKG itself finish successf
> Does the installation of the PKG itself finish successful?
No problems installing the files, the PKG works fine and everything is as it should be
in /usr/local/
> It's essential to start up mysqld before you continue with using
> mysqladmin.
When i try to startup the mysqld it works but then
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi,
On Thu, 11 Sep 2003, Andy Callan wrote:
> I can log in as 'root' if need be. After the install I
> get errors like:
>
> /usr/local/mysql/bin/mysqladmin: connect to server at 'localhost' failed
> error: 'Can't connect to local MySQL server throug